diff options
| author | John Bintz <me@johnbintz.com> | 2007-04-17 02:07:28 +0000 |
|---|---|---|
| committer | johncoswell <johncoswell@users.sourceforge.net> | 2007-04-17 02:07:28 +0000 |
| commit | c794f4cc720a5cc26b146d1acd8457143ea194f4 (patch) | |
| tree | 7e5c3db4e105a12fbe4659ba49a77903e506700f /src/widgets/toolbox.cpp | |
| parent | silly error - lazy boolean evaluation bit me (diff) | |
| download | inkscape-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.cpp | 1 |
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"); |
