Added tooltip to Save Reference Image for Profiling's Apply white balance checkbox, no issue.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user