X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fswindow.C;fp=cinelerra-5.1%2Fcinelerra%2Fswindow.C;h=fd173764f8eab5d61e4d4218c986e0a3af099422;hb=2451d3174f3b64d3ce4e311b125813cf2881eca4;hp=ea052eebb2580a6684aa5552e6f08a736cd66184;hpb=296147f865b3572c7e2ecdb47a5d827956221188;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/swindow.C b/cinelerra-5.1/cinelerra/swindow.C index ea052eeb..fd173764 100644 --- a/cinelerra-5.1/cinelerra/swindow.C +++ b/cinelerra-5.1/cinelerra/swindow.C @@ -114,7 +114,7 @@ int SWindowLoadFile::handle_event() } SWindowSaveFile::SWindowSaveFile(SWindowGUI *gui, int x, int y) - : BC_GenericButton(x, y, C_("Save")) + : BC_GenericButton(x, y, _("Save")) { this->sw_gui = gui; }