icon fixes for theme data
[goodguy/history.git] / cinelerra-5.0 / plugins / photoscale / photoscale.C
index e4e666afa332faeb92a3e0dc6639d892432fde8c..71639577061eda5f5c02b6f42de68a6a8a366c82 100644 (file)
@@ -195,7 +195,7 @@ PhotoScaleSwapExtents::PhotoScaleSwapExtents(PhotoScaleMain *plugin,
 {
        this->plugin = plugin;
        this->gui = gui;
-       set_tooltip("Swap dimensions");
+       set_tooltip(_("Swap dimensions"));
 }
 
 int PhotoScaleSwapExtents::handle_event()
@@ -288,7 +288,7 @@ PhotoScaleMain::~PhotoScaleMain()
        if(engine) delete engine;
 }
 
-const char* PhotoScaleMain::plugin_title() { return N_("Auto Scale"); }
+const char* PhotoScaleMain::plugin_title() { return _("Auto Scale"); }
 int PhotoScaleMain::is_realtime() { return 1; }