generic config get/set methods

This commit is contained in:
Honfika
2013-08-25 08:29:56 +02:00
parent a72ece0d1d
commit 91eb780db3
17 changed files with 60 additions and 56 deletions
@@ -49,7 +49,7 @@ public class SelectLanguageDialog extends AppDialog implements ActionListener {
cnt1.add(cnt, BorderLayout.CENTER);
String currentLanguage = (String) Configuration.getConfig("locale", Locale.getDefault().getLanguage());
String currentLanguage = Configuration.getConfig("locale", Locale.getDefault().getLanguage());
boolean found = false;
int enIndex = 0;
for (String code : languages) {