fixed copy/pasted comment

[ci skip]
This commit is contained in:
Sebastian Stenzel
2019-08-07 14:49:33 +02:00
parent ca72c7a51f
commit 86745c5962

View File

@@ -57,7 +57,7 @@ class TrayMenuController {
Desktop.getDesktop().setPreferencesHandler(this::showPreferencesWindow);
}
// register preferences shortcut
// register quit handler
if (Desktop.getDesktop().isSupported(Desktop.Action.APP_QUIT_HANDLER)) {
Desktop.getDesktop().setQuitHandler(this::handleQuitRequest);
}