Skip to content

Commit

Permalink
Slight mistake, commit the one in the combo, works perfect now.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBColton committed Oct 29, 2014
1 parent 59a5233 commit 855d2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/lateralgm/subframes/PreferencesFrame.java
Expand Up @@ -710,7 +710,7 @@ public void SavePreferences()
PrefsStore.setIconPack(LGM.iconspack);
PrefsStore.setIconPath(iconPath.getText());
PrefsStore.setSwingThemePath(themePath.getText());
PrefsStore.setSwingTheme(LGM.themename);
PrefsStore.setSwingTheme((String) themeCombo.getSelectedItem());
PrefsStore.setManualPath(manualPath.getText());
PrefsStore.setDNDEnabled(dndEnable.isSelected());
PrefsStore.setExtraNodes(extraNodesEnable.isSelected());
Expand Down

0 comments on commit 855d2e6

Please sign in to comment.