From b9ab6a79c250585e49d3220a24489e1c7b70ee1b Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 29 Dec 2016 23:01:37 +0100 Subject: [PATCH] fixed comments --- src/dorkbox/systemTray/SystemTray.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index d0559bb..a751bd4 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -496,7 +496,7 @@ class SystemTray { } // 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); } else if ("gnome".equalsIgnoreCase(XDG)) {