X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fgwindowgui.C;h=f0f84c18c8c0b9cb63ba9921fc01531b38ee528a;hb=74084f4d67651fac69f5e5484d57921cb6aa6e1d;hp=6f00db29b6c3835ab37b037d76bc94eef2861320;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/gwindowgui.C b/cinelerra-5.0/cinelerra/gwindowgui.C index 6f00db29..f0f84c18 100644 --- a/cinelerra-5.0/cinelerra/gwindowgui.C +++ b/cinelerra-5.0/cinelerra/gwindowgui.C @@ -25,6 +25,7 @@ #include "edl.h" #include "edlsession.h" #include "gwindowgui.h" +#include "language.h" #include "mainmenu.h" #include "mainsession.h" #include "mwindow.h" @@ -38,7 +39,7 @@ GWindowGUI::GWindowGUI(MWindow *mwindow, int w, int h) - : BC_Window(PROGRAM_NAME ": Overlays", + : BC_Window(_(PROGRAM_NAME ": Overlays"), mwindow->session->gwindow_x, mwindow->session->gwindow_y, w, @@ -56,26 +57,26 @@ GWindowGUI::GWindowGUI(MWindow *mwindow, static const char *other_text[OTHER_TOGGLES] = { - "Assets", - "Titles", - "Transitions", - "Plugin Autos" + _("Assets"), + _("Titles"), + _("Transitions"), + _("Plugin Autos") }; static const char *auto_text[AUTOMATION_TOTAL] = { - "Mute", - "Camera X", - "Camera Y", - "Camera Z", - "Projector X", - "Projector Y", - "Projector Z", - "Fade", - "Pan", - "Mode", - "Mask", - "Speed" + _("Mute"), + _("Camera X"), + _("Camera Y"), + _("Camera Z"), + _("Projector X"), + _("Projector Y"), + _("Projector Z"), + _("Fade"), + _("Pan"), + _("Mode"), + _("Mask"), + _("Speed") }; void GWindowGUI::calculate_extents(BC_WindowBase *gui, int *w, int *h)