X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Flocalsession.C;h=9667c828ed5e088071d519b79b70f23fe4dc5488;hb=f9d0d999e813ae19965e07ae2f7da690b4e6fe45;hp=4a25c966abe38e0133adeabd77f5f6b6f4881ca4;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/localsession.C b/cinelerra-5.0/cinelerra/localsession.C index 4a25c966..9667c828 100644 --- a/cinelerra-5.0/cinelerra/localsession.C +++ b/cinelerra-5.0/cinelerra/localsession.C @@ -24,6 +24,7 @@ #include "edl.h" #include "filexml.h" #include "floatauto.h" +#include "language.h" #include "localsession.h" @@ -37,8 +38,8 @@ LocalSession::LocalSession(EDL *edl) selectionstart = selectionend = 0; in_point = out_point = -1; strcpy(folder, CLIP_FOLDER); - sprintf(clip_title, "Program"); - strcpy(clip_notes, "Hello world"); + sprintf(clip_title, _("Program")); + strcpy(clip_notes, _("Hello world")); clipboard_length = 0; preview_start = preview_end = 0; loop_playback = 0;