summaryrefslogtreecommitdiffstats
path: root/src/widgets/select-toolbar.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-08-21 01:14:03 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-08-21 01:14:03 +0000
commitfb9b6a6f9f296a3c1b033fcd2e6ddb6cf4fbe5b1 (patch)
tree3c110b445491f4dbd635579450173fa9853d5e8e /src/widgets/select-toolbar.cpp
parentmake zoom value update immediate (diff)
downloadinkscape-fb9b6a6f9f296a3c1b033fcd2e6ddb6cf4fbe5b1.tar.gz
inkscape-fb9b6a6f9f296a3c1b033fcd2e6ddb6cf4fbe5b1.zip
add Affect: label
(bzr r3557)
Diffstat (limited to 'src/widgets/select-toolbar.cpp')
-rw-r--r--src/widgets/select-toolbar.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/widgets/select-toolbar.cpp b/src/widgets/select-toolbar.cpp
index 59009253f..dd3889a84 100644
--- a/src/widgets/select-toolbar.cpp
+++ b/src/widgets/select-toolbar.cpp
@@ -47,6 +47,7 @@
#include "display/sp-canvas.h"
#include "helper/unit-tracker.h"
#include "ege-adjustment-action.h"
+#include "ege-output-action.h"
#include "ink-action.h"
using Inkscape::UnitTracker;
@@ -471,6 +472,12 @@ void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GOb
// "Transform with object" buttons
{
+ EgeOutputAction* act = ege_output_action_new( "transform_affect_label", _("Affect:"), "", 0 );
+ ege_output_action_set_use_markup( act, TRUE );
+ gtk_action_group_add_action( mainActions, GTK_ACTION( act ) );
+ }
+
+ {
InkToggleAction* itact = ink_toggle_action_new( "transform_stroke",
_("Stroke"),
_("When scaling objects, scale the stroke width by the same proportion"),