X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fguicast%2Fbcpopup.C;h=a6dc8e7a01f5b82071b12c17d4acbdbcf8da898a;hb=48f43d501344bd185f8877329a47c64600187a72;hp=7f3f7d04a467188acb1a580685863fbab9557f8c;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/guicast/bcpopup.C b/cinelerra-5.0/guicast/bcpopup.C index 7f3f7d04..a6dc8e7a 100644 --- a/cinelerra-5.0/guicast/bcpopup.C +++ b/cinelerra-5.0/guicast/bcpopup.C @@ -20,6 +20,7 @@ */ #include "bcpopup.h" +#include "language.h" BC_FullScreen::BC_FullScreen(BC_WindowBase *parent_window, int w, int h, @@ -32,7 +33,7 @@ BC_FullScreen::BC_FullScreen(BC_WindowBase *parent_window, int w, int h, #ifdef HAVE_LIBXXF86VM if (vm_scale) create_window(parent_window, - "Fullscreen", + _("Fullscreen"), parent_window->get_screen_x(0, -1), parent_window->get_screen_y(0, -1), w, @@ -50,7 +51,7 @@ BC_FullScreen::BC_FullScreen(BC_WindowBase *parent_window, int w, int h, else #endif create_window(parent_window, - "Fullscreen", + _("Fullscreen"), parent_window->get_screen_x(0, -1), parent_window->get_screen_y(0, -1), w, @@ -84,7 +85,7 @@ BC_Popup::BC_Popup(BC_WindowBase *parent_window, : BC_WindowBase() { create_window(parent_window, - "Popup", + _("Popup"), x, y, w,