Solving issue 2052: "Vignetting, Post-Crop Vignetting and Graduated Filter tool granularity in History" + language strings update

This commit is contained in:
Hombre
2013-11-17 17:30:16 +01:00
parent 6383bec5cb
commit f56d567d93
11 changed files with 295 additions and 156 deletions

View File

@@ -356,6 +356,14 @@ ChMixerbw::ChMixerbw (): Gtk::VBox(), FoldableToolPanel(this) {
toneCurveBW2->set_active (0);
toneCurveBW2->set_tooltip_text(M("TP_BWMIX_TCMODE_LABEL2"));
// Delete this line when toneCurveBW2 will have more than one entry
toneCurveBW2->hide();
curveEditorGBW2 = new CurveEditorGroup (options.lastBWCurvesDir, M("TP_BWMIX_CURVEEDITOR2"));
curveEditorGBW2->setCurveListener (this);