xlat default theme name, fix stop blunder
[goodguy/history.git] / cinelerra-5.1 / cinelerra / preferences.C
index 27269e231cfc43bb2c624c0e008a6ebbdf8fd5fa..4e1f204f8cea98dba6e58e4c17323f5d54a22e8e 100644 (file)
@@ -314,9 +314,9 @@ int Preferences::load_defaults(BC_Hash *defaults)
        trap_sigsegv = defaults->get("TRAP_SIGSEGV", trap_sigsegv);
        trap_sigintr = defaults->get("TRAP_SIGINTR", trap_sigintr);
 
-       strcpy(theme, DEFAULT_THEME);
-       defaults->get("THEME", theme);
+       strcpy(theme, _(DEFAULT_THEME));
        strcpy(plugin_icons, DEFAULT_PICON);
+       defaults->get("THEME", theme);
        defaults->get("PLUGIN_ICONS", plugin_icons);
 
        for(int i = 0; i < MAXCHANNELS; i++)