summaryrefslogtreecommitdiffstats
path: root/src/file.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-10-05 09:26:44 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-10-05 09:26:44 +0000
commit2757b26f517b3b22c0faf07327a7f087f900310a (patch)
tree652c80e6efe4d9604bbd14717a79f0f0e73eba9c /src/file.cpp
parentundo annotations (diff)
downloadinkscape-2757b26f517b3b22c0faf07327a7f087f900310a.tar.gz
inkscape-2757b26f517b3b22c0faf07327a7f087f900310a.zip
undo annotations
(bzr r1768)
Diffstat (limited to 'src/file.cpp')
-rw-r--r--src/file.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/file.cpp b/src/file.cpp
index f8ebc9809..3a2301c6d 100644
--- a/src/file.cpp
+++ b/src/file.cpp
@@ -463,7 +463,7 @@ sp_file_vacuum()
unsigned int diff = vacuum_document (doc);
sp_document_done(doc, SP_VERB_FILE_VACUUM,
- /* TODO: annotate */ "file.cpp:515");
+ _("Vacuum &lt;defs&gt;"));
SPDesktop *dt = SP_ACTIVE_DESKTOP;
if (diff > 0) {
@@ -849,7 +849,7 @@ file_import(SPDocument *in_doc, const Glib::ustring &uri,
sp_document_unref(doc);
sp_document_done(in_doc, SP_VERB_FILE_IMPORT,
- /* TODO: annotate */ "file.cpp:900");
+ _("Import"));
} else {
gchar *text = g_strdup_printf(_("Failed to load the requested file %s"), uri.c_str());