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=ea052eebb2580a6684aa5552e6f08a736cd66184;hb=0ac6a1397cf8ee19cf75f3fe893c27e9f4fc0ea5;hp=fd173764f8eab5d61e4d4218c986e0a3af099422;hpb=5e3715ec449272335bab3419bf21ed4cd6d4bcbf;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/swindow.C b/cinelerra-5.1/cinelerra/swindow.C index fd173764..ea052eeb 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, _("Save")) + : BC_GenericButton(x, y, C_("Save")) { this->sw_gui = gui; }