load fn from resources, del kfrm speed update, svg exec cmd/file win fixes, undo...
[goodguy/history.git] / cinelerra-5.1 / plugins / theme_suv / suv.C
index 5f66b1546bff001173de08e1599a83f43c5f6736..15a95b4ca0bd73115bb64bf8f849a4de5e6f9651 100644 (file)
@@ -65,11 +65,7 @@ SUVMain::SUVMain(PluginServer *server)
 SUVMain::~SUVMain()
 {
 }
-
-const char* SUVMain::plugin_title()
-{
-       return _("S.U.V.");
-}
+const char* SUVMain::plugin_title() { return N_("S.U.V."); }
 
 Theme* SUVMain::new_theme()
 {
@@ -109,6 +105,7 @@ void SUV::initialize()
 
        resources->text_default = 0xbfbfbf;
        resources->text_background = 0x373737;
+       resources->text_background_disarmed = 0xaf0000;
        resources->text_border1 = 0x202020;
        resources->text_border2 = 0x373737;
        resources->text_border3 = 0x373737;