Further work on the suppression of hard coded text (issue #58)

This commit is contained in:
Phil
2010-05-10 11:51:52 -06:00
parent a85bc02596
commit 972ebbd9a8
30 changed files with 153 additions and 689 deletions

View File

@@ -33,9 +33,9 @@ CurveEditor::CurveEditor () : cl(NULL), activeParamControl(-1), realized(false),
pack_start (*tsbox);
curveType->append_text ("Linear");
curveType->append_text ("Parametric");
curveType->append_text ("Custom");
curveType->append_text (M("CURVEEDITOR_LINEAR"));
curveType->append_text (M("CURVEEDITOR_PARAMETRIC"));
curveType->append_text (M("CURVEEDITOR_CUSTOM"));
curveType->set_active (0);
// custom curve