diff options
| author | Ivan Mas??r <helix84@centrum.sk> | 2009-07-09 08:31:36 +0000 |
|---|---|---|
| committer | helix84 <helix84@users.sourceforge.net> | 2009-07-09 08:31:36 +0000 |
| commit | 31bf04d9d8926bc77ca066aa4d24edb8f8c3d9ce (patch) | |
| tree | 2481b0783767e66999dcf4ee787726fe6b0d9179 /src/widgets/select-toolbar.cpp | |
| parent | * added tooltip (see bug 358921) and translator comments (diff) | |
| download | inkscape-31bf04d9d8926bc77ca066aa4d24edb8f8c3d9ce.tar.gz inkscape-31bf04d9d8926bc77ca066aa4d24edb8f8c3d9ce.zip | |
* dummy commit - previous commit message should have mentioned bug 380522 instead
(bzr r8239)
Diffstat (limited to 'src/widgets/select-toolbar.cpp')
| -rw-r--r-- | src/widgets/select-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/select-toolbar.cpp b/src/widgets/select-toolbar.cpp index 8e4729c25..f168cedeb 100644 --- a/src/widgets/select-toolbar.cpp +++ b/src/widgets/select-toolbar.cpp @@ -533,7 +533,7 @@ void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GOb // "Transform with object" buttons { - EgeOutputAction* act = ege_output_action_new( "transform_affect_label", _("Affect:"), _("Control whether or not to scale stroke widths, scale rectangle corners, transform gradient fills, and transform pattern fills with the object"), 0 ); + EgeOutputAction* act = ege_output_action_new( "transform_affect_label", _("Affect:"), _("Control whether or not to scale stroke widths, scale rectangle corners, transform gradient fills, and transform pattern fills with the object"), 0 ); ege_output_action_set_use_markup( act, TRUE ); g_object_set( act, "visible-overflown", FALSE, NULL ); gtk_action_group_add_action( mainActions, GTK_ACTION( act ) ); |
