* testing JAyatana

This commit is contained in:
Reinhard Pointner 2015-05-17 18:05:28 +00:00
parent 766c4bc4c8
commit b0995200a4
1 changed files with 1 additions and 1 deletions

View File

@ -274,8 +274,8 @@ public class Main {
MacAppUtilities.setDefaultMenuBar(FileBotMenuBar.createHelp());
} else if (isUbuntuApp()) {
// Ubuntu specific configuration
frame.setJMenuBar(FileBotMenuBar.createHelp()); // menu should be rendered via JAyatana on Ubuntu 15.04 and higher
frame.setIconImages(ResourceManager.getApplicationIcons());
frame.setJMenuBar(FileBotMenuBar.createHelp()); // menu should be rendered via JAyatana on Ubuntu 15.04 and higher
} else {
// Windows / Linux specific configuration
frame.setIconImages(ResourceManager.getApplicationIcons());