summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 396c11c)
raw | patch | inline | side by side (parent: 396c11c)
author | tweenk <tweenk@users.sourceforge.net> | |
Sat, 11 Apr 2009 20:29:03 +0000 (20:29 +0000) | ||
committer | tweenk <tweenk@users.sourceforge.net> | |
Sat, 11 Apr 2009 20:29:03 +0000 (20:29 +0000) |
src/live_effects/parameter/path.cpp | patch | blob | history |
index 5b6af68d2a33e86f3f5ef8e3a12cbd3429be93da..33e50155cfc467b502a61ff9e1ef5bc195948c76 100644 (file)
static_cast<Gtk::HBox*>(_widget)->pack_start(*pLabel, true, true);
tooltips->set_tip(*pLabel, param_tooltip);
- Gtk::Widget* pIcon = Gtk::manage( sp_icon_get_icon( "draw_node", Inkscape::ICON_SIZE_BUTTON) );
+ Gtk::Widget* pIcon = Gtk::manage( sp_icon_get_icon( "tool-node-editor", Inkscape::ICON_SIZE_BUTTON) );
Gtk::Button * pButton = Gtk::manage(new Gtk::Button());
pButton->set_relief(Gtk::RELIEF_NONE);
pIcon->show();
static_cast<Gtk::HBox*>(_widget)->pack_start(*pButton, true, true);
tooltips->set_tip(*pButton, _("Paste path"));
- pIcon = Gtk::manage( sp_icon_get_icon( "edit_clone", Inkscape::ICON_SIZE_BUTTON) );
+ pIcon = Gtk::manage( sp_icon_get_icon( "edit-clone", Inkscape::ICON_SIZE_BUTTON) );
pButton = Gtk::manage(new Gtk::Button());
pButton->set_relief(Gtk::RELIEF_NONE);
pIcon->show();