X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplaybackprefs.C;h=d84913135a954c3c7305e6da3d962b3fbf88c015;hb=38cb4182e11e57fc426bede3825e825e9d61433b;hp=91adc592dca8dcd3e8381626b25661c3aafb7c9d;hpb=9d832a1fff11b11aaa1108c460690ed05e2bdc05;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/playbackprefs.C b/cinelerra-5.1/cinelerra/playbackprefs.C index 91adc592..d8491313 100644 --- a/cinelerra-5.1/cinelerra/playbackprefs.C +++ b/cinelerra-5.1/cinelerra/playbackprefs.C @@ -147,7 +147,7 @@ SET_TRACE int y1 = y + (window->get_h() - BC_Title::calculate_h(this, txt)) / 2; add_subwindow(title1 = new BC_Title(x1, y1, txt)); x1 += title1->get_w() + margin; - add_subwindow(framerate_title = new BC_Title(x1, y1, _("--"), MEDIUMFONT, RED)); + add_subwindow(framerate_title = new BC_Title(x1, y1, "--", MEDIUMFONT, RED)); draw_framerate(0); y += window->get_h() + 2*margin;