Suppression of hard coded words in the histogram panel

Improvment of the french translation
This commit is contained in:
Philippe Hupe
2010-05-11 21:27:46 +02:00
parent 7d846c4d26
commit 3a19b17ecf
28 changed files with 114 additions and 6 deletions

View File

@@ -23,10 +23,10 @@
HistogramPanel::HistogramPanel () {
histogramArea = Gtk::manage (new HistogramArea ());
showRed = Gtk::manage (new Gtk::ToggleButton ("R"));
showGreen = Gtk::manage (new Gtk::ToggleButton ("G"));
showBlue = Gtk::manage (new Gtk::ToggleButton ("B"));
showValue = Gtk::manage (new Gtk::ToggleButton ("L"));
showRed = Gtk::manage (new Gtk::ToggleButton (M("HISTOGRAM_BUTTON_R")));
showGreen = Gtk::manage (new Gtk::ToggleButton (M("HISTOGRAM_BUTTON_G")));
showBlue = Gtk::manage (new Gtk::ToggleButton (M("HISTOGRAM_BUTTON_B")));
showValue = Gtk::manage (new Gtk::ToggleButton (M("HISTOGRAM_BUTTON_L")));
Gtk::VBox* vbox = Gtk::manage (new Gtk::VBox (false, 0));
showRed->set_active (true);