Fixed comments

This commit is contained in:
nathan 2018-10-23 22:57:11 +02:00
parent 44f30c9815
commit 38d1f898b3

View File

@ -840,8 +840,7 @@ class SystemTray {
try { try {
// at this point, the tray type is what it should be. If there are failures or special cases, all types will fall back to // at this point, the tray type is what it should be. If there are failures or special cases, all types will fall back to Swing.
// Swing.
if (isNix) { if (isNix) {
// linux/unix need access to GTK, so load it up before the tray is loaded! // linux/unix need access to GTK, so load it up before the tray is loaded!