Code

* dummy commit - previous commit message should have mentioned bug 380522 instead
authorhelix84 <helix84@users.sourceforge.net>
Thu, 9 Jul 2009 08:31:36 +0000 (08:31 +0000)
committerhelix84 <helix84@users.sourceforge.net>
Thu, 9 Jul 2009 08:31:36 +0000 (08:31 +0000)
src/widgets/select-toolbar.cpp

index 8e4729c259c5758f2c5dc836edde3400d22e8331..f168cedeb3d779b8e6659dabacea369e7fd1e499 100644 (file)
@@ -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 ) );