summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorJohn Bintz <me@johnbintz.com>2007-04-17 02:07:28 +0000
committerjohncoswell <johncoswell@users.sourceforge.net>2007-04-17 02:07:28 +0000
commitc794f4cc720a5cc26b146d1acd8457143ea194f4 (patch)
tree7e5c3db4e105a12fbe4659ba49a77903e506700f /src/widgets/toolbox.cpp
parentsilly error - lazy boolean evaluation bit me (diff)
downloadinkscape-c794f4cc720a5cc26b146d1acd8457143ea194f4.tar.gz
inkscape-c794f4cc720a5cc26b146d1acd8457143ea194f4.zip
Re-add missing units menu to paint bucket toolbar
(bzr r2909)
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 6cac1fe0f..841bde457 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -4600,6 +4600,7 @@ sp_paintbucket_toolbox_new(SPDesktop *desktop)
" <toolitem action='ThresholdAction' />"
" <separator />"
" <toolitem action='OffsetAction' />"
+ " <toolitem action='PaintbucketUnitsAction' />"
" </toolbar>"
"</ui>";
GtkActionGroup* mainActions = gtk_action_group_new("main");