X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Fholo%2Fholo.C;fp=cinelerra-5.0%2Fplugins%2Fholo%2Fholo.C;h=7c46cc2fe2181343001da20947e051420e866e66;hb=94e8dc2b306135e7735b2618a54f0f7de7ac7a0c;hp=a756b664f71c3f9144155d19b10745afab16e0ab;hpb=9755040e9ae6889aa0d1627d0e209496d1e000e6;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/holo/holo.C b/cinelerra-5.0/plugins/holo/holo.C index a756b664..7c46cc2f 100644 --- a/cinelerra-5.0/plugins/holo/holo.C +++ b/cinelerra-5.0/plugins/holo/holo.C @@ -80,7 +80,7 @@ HoloMain::~HoloMain() delete yuv; } -const char* HoloMain::plugin_title() { return N_("HolographicTV"); } +const char* HoloMain::plugin_title() { return _("HolographicTV"); } int HoloMain::is_realtime() { return 1; } NEW_WINDOW_MACRO(HoloMain, HoloWindow)