diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-10-10 07:41:49 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-10-10 07:41:49 +0000 |
| commit | d68fccbad4e646be1d6fedda8069d23016aa34a9 (patch) | |
| tree | 7601028227b382fbb82453cef08aa29de94a6e5a /src/dialogs/sp-attribute-widget.cpp | |
| parent | more help commands (diff) | |
| download | inkscape-d68fccbad4e646be1d6fedda8069d23016aa34a9.tar.gz inkscape-d68fccbad4e646be1d6fedda8069d23016aa34a9.zip | |
undo annotations
(bzr r1793)
Diffstat (limited to 'src/dialogs/sp-attribute-widget.cpp')
| -rw-r--r-- | src/dialogs/sp-attribute-widget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |
