xlat changes, layout changes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / scale.C
index 15fbbce5539878515081c5a8e521e2645c1ebbd9..a61e31ffa0af2e1482ec54cd90871e49f1e0dada 100644 (file)
@@ -273,7 +273,7 @@ void ScaleWindow::create_objects()
        sprintf(string, "%.0f", thread->aspect_w);
        add_subwindow(aspect_w = new ScaleAspectW(x, y, thread, &(thread->aspect_w), string));
        x += 55;
-       add_subwindow(new BC_Title(x, y, _(":")));
+       add_subwindow(new BC_Title(x, y, ":"));
        x += 10;
        sprintf(string, "%.0f", thread->aspect_h);
        add_subwindow(aspect_h = new ScaleAspectH(x, y, thread, &(thread->aspect_h), string));