summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2009-02-26 02:52:45 +0000
committertweenk <tweenk@users.sourceforge.net>2009-02-26 02:52:45 +0000
commit014dfe3aedbc0909f354068d2966f630f512a0e5 (patch)
treefd03a7ab222577b6a447f33480e4691d660b7e1a /src/widgets/toolbox.cpp
parentadd #include <gtk/gtk.h> to fix defect #333767 (diff)
downloadinkscape-014dfe3aedbc0909f354068d2966f630f512a0e5.tar.gz
inkscape-014dfe3aedbc0909f354068d2966f630f512a0e5.zip
Several icon name fixes
(bzr r7373)
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 3049d53e7..690b434e4 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -4352,7 +4352,7 @@ static void sp_tweak_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainAction
InkToggleAction* act = ink_toggle_action_new( "TweakPressureAction",
_("Pressure"),
_("Use the pressure of the input device to alter the force of tweak action"),
- "use_pressure",
+ INKSCAPE_ICON_DRAW_USE_PRESSURE,
Inkscape::ICON_SIZE_DECORATION );
gtk_action_group_add_action( mainActions, GTK_ACTION( act ) );
g_signal_connect_after( G_OBJECT(act), "toggled", G_CALLBACK(sp_tweak_pressure_state_changed), NULL);