From: buliabyak Date: Tue, 21 Aug 2007 01:14:03 +0000 (+0000) Subject: add Affect: label X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=354aad4c5e66b830fb98164bd7a8933545443b62;p=inkscape.git add Affect: label --- 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"),