Skip to content

Commit

Permalink
ifml2-33 Плеер.ехе цвета шрифты (исправлены имена настроек в реестре)
Browse files Browse the repository at this point in the history
  • Loading branch information
realsonic committed Oct 1, 2018
1 parent d2746fd commit eb5e94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ifml2/players/guiplayer/PlayerPreferences.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import java.util.prefs.Preferences;

class PlayerPreferences {
private static final String PLAYER_PREFS_ROOT = "/IFML2/Player";
private static final String THEME_KEY = "ThemeName";
private static final String PLAYER_PREFS_ROOT = "/ifml2/player";
private static final String THEME_KEY = "themename";
private static Preferences _preferences = Preferences.userRoot().node(PLAYER_PREFS_ROOT);

static String getPlayerThemeName() {
Expand Down

0 comments on commit eb5e94f

Please sign in to comment.