Applied patch for issue #58 (adding hard coded GUI labels to translations), submitted by Philippe

This commit is contained in:
Wyatt Olson
2010-04-24 10:57:41 -06:00
parent ea27ca03cd
commit 7b0290328b
38 changed files with 514 additions and 29 deletions

View File

@@ -30,7 +30,7 @@ ShadowsHighlights::ShadowsHighlights () : ToolPanel() {
pack_start (*Gtk::manage (new Gtk::HSeparator()));
hq = Gtk::manage (new Gtk::CheckButton ("High Quality"));
hq = Gtk::manage (new Gtk::CheckButton (M("GENERAL_HIGH_QUALITY")));
hq->set_active (false);
pack_start (*hq);
hqConn = hq->signal_toggled().connect( sigc::mem_fun(*this, &ShadowsHighlights::hqChanged) );