From: helix84 Date: Thu, 9 Jul 2009 08:31:36 +0000 (+0000) Subject: * dummy commit - previous commit message should have mentioned bug 380522 instead X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d30f688809ca3ba2c5a389e96daa80c268abc714;p=inkscape.git * dummy commit - previous commit message should have mentioned bug 380522 instead --- 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 ) );