From 354aad4c5e66b830fb98164bd7a8933545443b62 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Tue, 21 Aug 2007 01:14:03 +0000 Subject: [PATCH] add Affect: label --- src/widgets/select-toolbar.cpp | 7 +++++++ 1 file changed, 7 insertions(+) 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; @@ -470,6 +471,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"), -- 2.30.2