Code

undo annotations
[inkscape.git] / src / dialogs / sp-attribute-widget.cpp
index d0391a2eccc993d570708ca66288a33ea840481f..9bc40e86c75067a4da290f09294fe04a60709e9f 100644 (file)
@@ -167,7 +167,7 @@ sp_attribute_widget_changed (GtkEditable *editable)
                 gtk_entry_set_text (GTK_ENTRY (spaw), text ? text : "");
             }
             sp_document_done (SP_OBJECT_DOCUMENT (spaw->src.object), SP_VERB_NONE, 
-                              /* TODO: annotate */ "sp-attribute-widget.cpp:160");
+                              _("Set attribute"));
             
         } else if (spaw->src.repr) {
         
@@ -784,7 +784,7 @@ sp_attribute_table_entry_changed ( GtkEditable *editable,
                                              text ? text : (const gchar *) "");
                     }
                     sp_document_done (SP_OBJECT_DOCUMENT (spat->src.object), SP_VERB_NONE, 
-                                      /* TODO: annotate */ "sp-attribute-widget.cpp:772");
+                                      _("Set attribute"));
                     
                 } else if (spat->src.repr) {