devel Makefile fix, prefs appearance tab/rework, picon stratigy, edl path fix, change...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / preferences.C
index 27269e231cfc43bb2c624c0e008a6ebbdf8fd5fa..c4252072995a531900fd9da4af24874eb30decfe 100644 (file)
@@ -315,8 +315,8 @@ int Preferences::load_defaults(BC_Hash *defaults)
        trap_sigintr = defaults->get("TRAP_SIGINTR", trap_sigintr);
 
        strcpy(theme, DEFAULT_THEME);
-       defaults->get("THEME", theme);
        strcpy(plugin_icons, DEFAULT_PICON);
+       defaults->get("THEME", theme);
        defaults->get("PLUGIN_ICONS", plugin_icons);
 
        for(int i = 0; i < MAXCHANNELS; i++)