From 892958ebe1112d8163212c6fd5b91b1dada5e082 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 10 Nov 2018 11:09:00 +0100 Subject: [PATCH] Cleaned comments --- src/dorkbox/systemTray/ui/gtk/GtkBaseMenuItem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dorkbox/systemTray/ui/gtk/GtkBaseMenuItem.java b/src/dorkbox/systemTray/ui/gtk/GtkBaseMenuItem.java index 7a9ed81..a874a2d 100644 --- a/src/dorkbox/systemTray/ui/gtk/GtkBaseMenuItem.java +++ b/src/dorkbox/systemTray/ui/gtk/GtkBaseMenuItem.java @@ -28,7 +28,7 @@ import dorkbox.util.jna.linux.GtkEventDispatch; abstract class GtkBaseMenuItem implements EntryPeer { - // these are necessary BECAUSE GTK menus look funky as hell when there are some menu entries WITH icons and some WITHOUT + // these are necessary BECAUSE GTK menus look funky when there are some menu entries WITH icons and some WITHOUT private static final File transparentIcon = ImageResizeUtil.getTransparentImage(); private volatile boolean hasLegitImage = false; // default is to not have an image assigned