X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fzoombar.C;h=a7ad99797e6b1776f78ac431bab8ae2a7b83db94;hb=6c0c8bd0e577001d1cc18c6c27d58e62f58a6bff;hp=b453536f42e5ea58f9e9b5f4b56211dd1b9fca34;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/zoombar.C b/cinelerra-5.0/cinelerra/zoombar.C index b453536f..a7ad9979 100644 --- a/cinelerra-5.0/cinelerra/zoombar.C +++ b/cinelerra-5.0/cinelerra/zoombar.C @@ -115,9 +115,9 @@ void ZoomBar::create_objects() update_formatting(length_value); update_formatting(to_value); - add_subwindow(playback_value = new BC_Title(x, 100, _("--"), MEDIUMFONT, RED)); + add_subwindow(playback_value = new BC_Title(x, 100, "--", MEDIUMFONT, RED)); - add_subwindow(zoom_value = new BC_Title(x, 100, _("--"), MEDIUMFONT, BLACK)); + add_subwindow(zoom_value = new BC_Title(x, 100, "--", MEDIUMFONT, BLACK)); update(); }