X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fswapframes%2Fswapframes.C;fp=cinelerra-5.1%2Fplugins%2Fswapframes%2Fswapframes.C;h=d4270c46204f07d4e3f0a72a22bd5e2ec15014ce;hb=723142d62d61cde588e961426440f839ca9dcda9;hp=b1f87f5e2b558e0a67b2e65947443fe941206a80;hpb=c228887ab37c08509ae86a46f52b8f62b474129a;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/swapframes/swapframes.C b/cinelerra-5.1/plugins/swapframes/swapframes.C index b1f87f5e..d4270c46 100644 --- a/cinelerra-5.1/plugins/swapframes/swapframes.C +++ b/cinelerra-5.1/plugins/swapframes/swapframes.C @@ -213,7 +213,7 @@ SwapFrames::~SwapFrames() delete buffer; } -const char* SwapFrames::plugin_title() { return _("Swap Frames"); } +const char* SwapFrames::plugin_title() { return N_("Swap Frames"); } int SwapFrames::is_realtime() { return 1; } NEW_WINDOW_MACRO(SwapFrames, SwapFramesWindow)