summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-xmlview-content.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-10-10 07:41:49 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-10-10 07:41:49 +0000
commitd68fccbad4e646be1d6fedda8069d23016aa34a9 (patch)
tree7601028227b382fbb82453cef08aa29de94a6e5a /src/widgets/sp-xmlview-content.cpp
parentmore help commands (diff)
downloadinkscape-d68fccbad4e646be1d6fedda8069d23016aa34a9.tar.gz
inkscape-d68fccbad4e646be1d6fedda8069d23016aa34a9.zip
undo annotations
(bzr r1793)
Diffstat (limited to 'src/widgets/sp-xmlview-content.cpp')
-rw-r--r--src/widgets/sp-xmlview-content.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/widgets/sp-xmlview-content.cpp b/src/widgets/sp-xmlview-content.cpp
index 7961a4511..356c1384e 100644
--- a/src/widgets/sp-xmlview-content.cpp
+++ b/src/widgets/sp-xmlview-content.cpp
@@ -17,6 +17,7 @@
#include "desktop-handles.h"
#include "document-private.h"
#include "inkscape.h"
+#include <glibmm/i18n.h>
static void sp_xmlview_content_class_init (SPXMLViewContentClass * klass);
static void sp_xmlview_content_init (SPXMLViewContent * text);
@@ -160,7 +161,7 @@ sp_xmlview_content_changed (GtkTextBuffer *tb, SPXMLViewContent *text)
text->repr->setContent(data);
g_free (data);
text->blocked = FALSE;
- sp_document_done (sp_desktop_document (SP_ACTIVE_DESKTOP), SP_VERB_NONE,
- /* TODO: annotate */ "sp-xmlview-content.cpp:164");
+ sp_document_done (sp_desktop_document (SP_ACTIVE_DESKTOP), SP_VERB_DIALOG_XML_EDITOR,
+ _("Type text in a text node"));
}
}