Turn icon buttons into label buttons, language strings updated. #3571 (#3580)

This commit is contained in:
Beep6581
2017-01-06 15:56:44 +01:00
committed by GitHub
parent 5516bbfc68
commit 4eb123c472
32 changed files with 289 additions and 168 deletions

View File

@@ -131,7 +131,7 @@ ICMPanel::ICMPanel () : FoldableToolPanel(this, "icm", M("TP_ICM_LABEL")), iunch
//iVBox->pack_start (*ckbBlendCMSMatrix, Gtk::PACK_SHRINK, 2);
saveRef = Gtk::manage (new Gtk::Button (M("TP_ICM_SAVEREFERENCE")));
saveRef->set_image (*Gtk::manage (new RTImage ("gtk-save-large.png")));
saveRef->set_alignment (0.5f, 0.5f);
saveRef->set_tooltip_markup (M("TP_ICM_SAVEREFERENCE_TOOLTIP"));
iVBox->pack_start (*saveRef, Gtk::PACK_SHRINK, 2);