Added tooltip to Save Reference Image for Profiling's Apply white balance checkbox, no issue.

This commit is contained in:
DrSlony
2015-07-29 18:37:51 +02:00
parent 46c530b5d9
commit 6f2078ea1b
2 changed files with 2 additions and 0 deletions

View File

@@ -833,6 +833,7 @@ void ICMPanel::saveReferencePressed () {
dialog.add_button(Gtk::StockID("gtk-save"), Gtk::RESPONSE_OK);
Gtk::CheckButton applyWB(M("TP_ICM_SAVEREFERENCE_APPLYWB"));
applyWB.set_tooltip_text (M("TP_ICM_SAVEREFERENCE_APPLYWB_TOOLTIP"));
applyWB.set_active(true);
Gtk::HBox* hbox = Gtk::manage( new Gtk::HBox() );
hbox->pack_end(applyWB, Gtk::PACK_SHRINK, 2);