fixed comments

This commit is contained in:
nathan 2016-12-29 23:01:37 +01:00
parent f426e2d08d
commit b9ab6a79c2

View File

@ -496,7 +496,7 @@ class SystemTray {
} }
// ElementaryOS shows the checkbox on the right, everyone else is on the left. // ElementaryOS shows the checkbox on the right, everyone else is on the left.
// With eOS, we CANNOT show the spacer image. It does not work // With eOS, we CANNOT show the spacer image. It does not work.
trayType = selectTypeQuietly(useNativeMenus, TrayType.AppIndicator); trayType = selectTypeQuietly(useNativeMenus, TrayType.AppIndicator);
} }
else if ("gnome".equalsIgnoreCase(XDG)) { else if ("gnome".equalsIgnoreCase(XDG)) {