Unused icons have been removed from the repository. Some icons have been renamed according to the guidelines described in tools/source_icons/README in order to have homogeneous names. Colour icon has been modified. Cancel button icon has been replaced by the tab closing icon (issue 1012).

This commit is contained in:
Philippe Hupe
2011-10-30 11:40:23 +01:00
parent af2f81c255
commit a3d5ac8633
376 changed files with 3316 additions and 5102 deletions

View File

@@ -26,15 +26,15 @@ extern Glib::ustring argv0;
ChMixer::ChMixer (): Gtk::VBox(), FoldableToolPanel(this) {
imgIcon[0] = Gtk::manage (new RTImage ("Chanmixer_RR.png"));
imgIcon[1] = Gtk::manage (new RTImage ("Chanmixer_RG.png"));
imgIcon[2] = Gtk::manage (new RTImage ("Chanmixer_RB.png"));
imgIcon[3] = Gtk::manage (new RTImage ("Chanmixer_GR.png"));
imgIcon[4] = Gtk::manage (new RTImage ("Chanmixer_GG.png"));
imgIcon[5] = Gtk::manage (new RTImage ("Chanmixer_GB.png"));
imgIcon[6] = Gtk::manage (new RTImage ("Chanmixer_BR.png"));
imgIcon[7] = Gtk::manage (new RTImage ("Chanmixer_BG.png"));
imgIcon[8] = Gtk::manage (new RTImage ("Chanmixer_BB.png"));
imgIcon[0] = Gtk::manage (new RTImage ("Chanmixer-RR.png"));
imgIcon[1] = Gtk::manage (new RTImage ("Chanmixer-RG.png"));
imgIcon[2] = Gtk::manage (new RTImage ("Chanmixer-RB.png"));
imgIcon[3] = Gtk::manage (new RTImage ("Chanmixer-GR.png"));
imgIcon[4] = Gtk::manage (new RTImage ("Chanmixer-GG.png"));
imgIcon[5] = Gtk::manage (new RTImage ("Chanmixer-GB.png"));
imgIcon[6] = Gtk::manage (new RTImage ("Chanmixer-BR.png"));
imgIcon[7] = Gtk::manage (new RTImage ("Chanmixer-BG.png"));
imgIcon[8] = Gtk::manage (new RTImage ("Chanmixer-BB.png"));
Gtk::Label* rlabel = Gtk::manage (new Gtk::Label ());
rlabel->set_markup (Glib::ustring("\t<span foreground=\"#b00000\"><b>") + M("TP_CHMIXER_RED") + Glib::ustring(":</b></span>"));