summaryrefslogtreecommitdiffstats
path: root/src/dialogs/tiledialog.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/tiledialog.cpp
parentmore help commands (diff)
downloadinkscape-d68fccbad4e646be1d6fedda8069d23016aa34a9.tar.gz
inkscape-d68fccbad4e646be1d6fedda8069d23016aa34a9.zip
undo annotations
(bzr r1793)
Diffstat (limited to 'src/dialogs/tiledialog.cpp')
-rw-r--r--src/dialogs/tiledialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/tiledialog.cpp b/src/dialogs/tiledialog.cpp
index ed8e19a05..693426d2d 100644
--- a/src/dialogs/tiledialog.cpp
+++ b/src/dialogs/tiledialog.cpp
@@ -326,8 +326,8 @@ g_print("\n row = %f col = %f selection x= %f selection y = %f", total_row_h
NRRect b;
selection->bounds(&b);
- sp_document_done (sp_desktop_document (desktop), SP_VERB_NONE,
- /* TODO: annotate */ "tiledialog.cpp:330");
+ sp_document_done (sp_desktop_document (desktop), SP_VERB_SELECTION_GRIDTILE,
+ _("Arrange in a grid"));
}