update internationalization data
[goodguy/history.git] / cinelerra-5.0 / cinelerra / levelwindowgui.C
index 0dd2aa0db8340f62b82cdf7243070e66bfd9f565..02419e613f52e2ada93f3cdbf82dab176becd940 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "edl.h"
 #include "edlsession.h"
+#include "language.h"
 #include "levelwindow.h"
 #include "levelwindowgui.h"
 #include "mainmenu.h"
@@ -32,7 +33,7 @@
 #include "theme.h"
 
 LevelWindowGUI::LevelWindowGUI(MWindow *mwindow, LevelWindow *thread)
- : BC_Window(PROGRAM_NAME ": Levels"
+ : BC_Window(_(PROGRAM_NAME ": Levels")
        mwindow->session->lwindow_x, 
        mwindow->session->lwindow_y, 
        mwindow->session->lwindow_w,