X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fmod_palette%2Fdock_paledit.cpp;h=88c88920d8fc6b8e2df5748f1471a043adf6a7db;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=01091572b9d14839e1f44baf8737a83b6f048b8a;hpb=8ef042c40521681cea99944097c4f90a5ac6cf74;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/mod_palette/dock_paledit.cpp b/synfig-studio/trunk/src/gtkmm/mod_palette/dock_paledit.cpp index 0109157..88c8892 100644 --- a/synfig-studio/trunk/src/gtkmm/mod_palette/dock_paledit.cpp +++ b/synfig-studio/trunk/src/gtkmm/mod_palette/dock_paledit.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -125,7 +126,7 @@ Dock_PalEdit::Dock_PalEdit(): "palette-add-color", Gtk::StockID("gtk-add"), _("Add Color"), - _("Add current foreground color\nto the palette") + _("Add current outline color\nto the palette") ), sigc::mem_fun( *this, @@ -150,7 +151,7 @@ Dock_PalEdit::Dock_PalEdit(): /* add_button( Gtk::StockID("gtk-add"), - _("Add current foreground color\nto the palette") + _("Add current outline color\nto the palette") )->signal_clicked().connect( sigc::mem_fun( *this, @@ -182,7 +183,7 @@ Dock_PalEdit::set_palette(const synfig::Palette& x) void Dock_PalEdit::on_add_pressed() { - add_color(synfigapp::Main::get_foreground_color()); + add_color(synfigapp::Main::get_outline_color()); } void @@ -295,7 +296,7 @@ Dock_PalEdit::edit_color(int i) void Dock_PalEdit::select_color(int i) { - synfigapp::Main::set_foreground_color(get_color(i)); + synfigapp::Main::set_outline_color(get_color(i)); } void