X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fholo%2Fholo.C;h=083e5174f2cad959f5b088a1295de5569c0bcb28;hb=8d1277ccc789cf008150742da9fe66b21183541c;hp=717f0f362be7df2c2f941c571a478dc1c7d9170e;hpb=243336668c89096732786c6b3f3c5918aa2eff26;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/holo/holo.C b/cinelerra-5.1/plugins/holo/holo.C index 717f0f36..083e5174 100644 --- a/cinelerra-5.1/plugins/holo/holo.C +++ b/cinelerra-5.1/plugins/holo/holo.C @@ -73,7 +73,7 @@ HoloMain::~HoloMain() delete bgimage; } -const char* HoloMain::plugin_title() { return _("HolographicTV"); } +const char* HoloMain::plugin_title() { return N_("HolographicTV"); } int HoloMain::is_realtime() { return 1; } NEW_WINDOW_MACRO(HoloMain, HoloWindow)