From d68fccbad4e646be1d6fedda8069d23016aa34a9 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Tue, 10 Oct 2006 07:41:49 +0000 Subject: undo annotations (bzr r1793) --- src/dialogs/sp-attribute-widget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dialogs/sp-attribute-widget.cpp') diff --git a/src/dialogs/sp-attribute-widget.cpp b/src/dialogs/sp-attribute-widget.cpp index d0391a2ec..9bc40e86c 100644 --- a/src/dialogs/sp-attribute-widget.cpp +++ b/src/dialogs/sp-attribute-widget.cpp @@ -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) { -- cgit v1.2.3