summaryrefslogtreecommitdiffstats
path: root/src/dialogs/clonetiler.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/dialogs/clonetiler.cpp
parentmore help commands (diff)
downloadinkscape-d68fccbad4e646be1d6fedda8069d23016aa34a9.tar.gz
inkscape-d68fccbad4e646be1d6fedda8069d23016aa34a9.zip
undo annotations
(bzr r1793)
Diffstat (limited to 'src/dialogs/clonetiler.cpp')
-rw-r--r--src/dialogs/clonetiler.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dialogs/clonetiler.cpp b/src/dialogs/clonetiler.cpp
index 7f8c65b09..324a3d94b 100644
--- a/src/dialogs/clonetiler.cpp
+++ b/src/dialogs/clonetiler.cpp
@@ -867,7 +867,7 @@ clonetiler_unclump (GtkWidget *widget, void *)
g_slist_free (to_unclump);
sp_document_done (sp_desktop_document (desktop), SP_VERB_DIALOG_CLONETILER,
- /* TODO: annotate */ "clonetiler.cpp:867");
+ _("Unclump tiled clones"));
}
static guint
@@ -920,7 +920,7 @@ clonetiler_remove (GtkWidget *widget, void *, bool do_undo = true)
if (do_undo)
sp_document_done (sp_desktop_document (desktop), SP_VERB_DIALOG_CLONETILER,
- /* TODO: annotate */ "clonetiler.cpp:920");
+ _("Delete tiled clones"));
}
static NR::Rect
@@ -1326,7 +1326,7 @@ clonetiler_apply (GtkWidget *widget, void *)
clonetiler_change_selection (NULL, selection, dlg);
sp_document_done(sp_desktop_document(desktop), SP_VERB_DIALOG_CLONETILER,
- /* TODO: annotate */ "clonetiler.cpp:1300");
+ _("Create tiled clones"));
}
static GtkWidget *