summaryrefslogtreecommitdiffstats
path: root/src/sp-item-group.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/sp-item-group.cpp
parentundo annotations (diff)
downloadinkscape-2757b26f517b3b22c0faf07327a7f087f900310a.tar.gz
inkscape-2757b26f517b3b22c0faf07327a7f087f900310a.zip
undo annotations
(bzr r1768)
Diffstat (limited to 'src/sp-item-group.cpp')
-rw-r--r--src/sp-item-group.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-item-group.cpp b/src/sp-item-group.cpp
index 0f7031f56..422d033ca 100644
--- a/src/sp-item-group.cpp
+++ b/src/sp-item-group.cpp
@@ -444,8 +444,8 @@ sp_item_group_ungroup (SPGroup *group, GSList **children, bool do_done)
items = g_slist_remove (items, items->data);
}
- if (do_done) sp_document_done (doc, SP_VERB_NONE,
- /* TODO: annotate */ "sp-item-group.cpp:448");
+ if (do_done)
+ sp_document_done (doc, SP_VERB_NONE, _("Ungroup"));
}
/*