X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftheme_hulk%2Fhulktheme.C;h=de88591f5c1b26dd816847a008a7d0cfd19a0bea;hp=f05a9829a5adc5e2160dbfa675353dd65c263dca;hb=214bd0ba9e21635e03d0c0e2b2ae1a7e9170583c;hpb=a6369311556cc1e1877142181d8606e4f68aa803 diff --git a/cinelerra-5.1/plugins/theme_hulk/hulktheme.C b/cinelerra-5.1/plugins/theme_hulk/hulktheme.C index f05a9829..de88591f 100644 --- a/cinelerra-5.1/plugins/theme_hulk/hulktheme.C +++ b/cinelerra-5.1/plugins/theme_hulk/hulktheme.C @@ -69,10 +69,7 @@ HULKTHEMEMain::~HULKTHEMEMain() { } -const char* HULKTHEMEMain::plugin_title() -{ - return _("Hulk"); -} +const char* HULKTHEMEMain::plugin_title() { return N_("Hulk"); } Theme* HULKTHEMEMain::new_theme() { @@ -112,6 +109,7 @@ void HULKTHEME::initialize() resources->text_default = 0x001000; resources->text_background = 0x75b697; + resources->text_background_disarmed = 0xce00ff; resources->text_border1 = 0x202020; resources->text_border2 = 0x75b697; resources->text_border3 = 0x75b697;