diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-08-21 01:14:03 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-08-21 01:14:03 +0000 |
| commit | fb9b6a6f9f296a3c1b033fcd2e6ddb6cf4fbe5b1 (patch) | |
| tree | 3c110b445491f4dbd635579450173fa9853d5e8e /src | |
| parent | make zoom value update immediate (diff) | |
| download | inkscape-fb9b6a6f9f296a3c1b033fcd2e6ddb6cf4fbe5b1.tar.gz inkscape-fb9b6a6f9f296a3c1b033fcd2e6ddb6cf4fbe5b1.zip | |
add Affect: label
(bzr r3557)
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgets/select-toolbar.cpp | 7 |
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"), |
