summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0c5c6da)
raw | patch | inline | side by side (parent: 0c5c6da)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Tue, 21 Aug 2007 01:14:03 +0000 (01:14 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Tue, 21 Aug 2007 01:14:03 +0000 (01:14 +0000) |
src/widgets/select-toolbar.cpp | patch | blob | history |
index 59009253fb05c2450cd85541241758b723a6c117..dd3889a8419d0634352cd5b2ff71e298625e332d 100644 (file)
#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"),