Code

Re-add missing units menu to paint bucket toolbar
authorjohncoswell <johncoswell@users.sourceforge.net>
Tue, 17 Apr 2007 02:07:28 +0000 (02:07 +0000)
committerjohncoswell <johncoswell@users.sourceforge.net>
Tue, 17 Apr 2007 02:07:28 +0000 (02:07 +0000)
src/widgets/toolbox.cpp

index 6cac1fe0fff6446001fde5be2a1db4e31530af6e..841bde45722fc892e30ab26cf559f7121c445818 100644 (file)
@@ -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");