Main window is now getting all application properties from the application.properties file.

cusax-fix
Yana Stamcheva 18 years ago
parent f3951fdfd6
commit 6001ca90fb

@ -99,7 +99,7 @@ public MainFrame()
tabbedPane = new MainTabbedPane(this);
String isToolbarExtendedString
= GuiActivator.getConfigurationService().getString(
= ApplicationProperties.getProperty(
"isToolBarExteneded");
boolean isToolBarExtended
@ -120,7 +120,7 @@ public MainFrame()
this.initTitleFont();
String applicationName
= GuiActivator.getConfigurationService().getString(
= ApplicationProperties.getProperty(
"applicationName");
this.setTitle(applicationName);

Loading…
Cancel
Save