X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fkeyframegui.C;fp=cinelerra-5.1%2Fcinelerra%2Fkeyframegui.C;h=c60459c985cda012656ec4fcc90aebe390a79298;hb=2451d3174f3b64d3ce4e311b125813cf2881eca4;hp=d7d297411a7ed868a9519a26a5865bfedb2993e3;hpb=296147f865b3572c7e2ecdb47a5d827956221188;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/keyframegui.C b/cinelerra-5.1/cinelerra/keyframegui.C index d7d29741..c60459c9 100644 --- a/cinelerra-5.1/cinelerra/keyframegui.C +++ b/cinelerra-5.1/cinelerra/keyframegui.C @@ -479,7 +479,7 @@ void KeyFrameWindow::create_objects() add_subwindow(title1 = new BC_Title(theme->keyframe_list_x, - theme->keyframe_list_y - BC_Title::calculate_h(this, (char*)_("Py"), LARGEFONT) - + theme->keyframe_list_y - BC_Title::calculate_h(this, (char*)"Py", LARGEFONT) - theme->widget_border, _("Keyframe parameters:"), LARGEFONT)); add_subwindow(keyframe_list = new KeyFrameList(thread, this, @@ -505,7 +505,7 @@ void KeyFrameWindow::create_objects() #endif add_subwindow(title4 = new BC_Title(theme->presets_list_x, theme->presets_list_y - - BC_Title::calculate_h(this, (char*)_("Py"), LARGEFONT) - + BC_Title::calculate_h(this, (char*)"Py", LARGEFONT) - theme->widget_border, _("Presets:"), LARGEFONT)); add_subwindow(preset_list = new KeyFramePresetsList(thread, this, theme->presets_list_x, theme->presets_list_y, @@ -796,7 +796,7 @@ KeyFramePresetsSave::KeyFramePresetsSave(KeyFrameThread *thread, KeyFrameWindow *window, int x, int y) -: BC_GenericButton(x, y, _("Save")) +: BC_GenericButton(x, y, C_("Save")) { this->thread = thread; this->window = window;