fixes for vicons checkin
[goodguy/history.git] / cinelerra-5.0 / cinelerra / zoombar.C
index b453536f42e5ea58f9e9b5f4b56211dd1b9fca34..a7ad99797e6b1776f78ac431bab8ae2a7b83db94 100644 (file)
@@ -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();
 }