update internationalization data
[goodguy/history.git] / cinelerra-5.0 / plugins / bluedottheme / bluedottheme.C
index 876a6265714ec6af5ffb7b7e5b15cf030f630c5f..a9c6af3830a66ba85dcdacce940ac9db3e8d8a4e 100644 (file)
@@ -71,7 +71,7 @@ BlueDotThemeMain::~BlueDotThemeMain()
 
 const char* BlueDotThemeMain::plugin_title()
 {
-       return "Blue Dot";
+       return _("Blue Dot");
 }
 
 Theme* BlueDotThemeMain::new_theme()
@@ -736,7 +736,7 @@ void BlueDotTheme::initialize()
        title_color = BLACK;
        recordgui_fixed_color = BLACK;
        recordgui_variable_color = RED;
-       resources->medium_font = N_("-*-helvetica-medium-r-normal-*-14-*");
+       resources->medium_font = "-*-helvetica-medium-r-normal-*-14-*";
 
        channel_position_color = MEYELLOW;
        resources->meter_title_w = 25;