From d68fccbad4e646be1d6fedda8069d23016aa34a9 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Tue, 10 Oct 2006 07:41:49 +0000 Subject: undo annotations (bzr r1793) --- src/widgets/gradient-toolbar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets/gradient-toolbar.cpp') diff --git a/src/widgets/gradient-toolbar.cpp b/src/widgets/gradient-toolbar.cpp index cd6afac12..d0034611f 100644 --- a/src/widgets/gradient-toolbar.cpp +++ b/src/widgets/gradient-toolbar.cpp @@ -143,7 +143,7 @@ gr_item_activate (GtkMenuItem *menuitem, gpointer data) gr_apply_gradient (selection, ev? ev->get_drag() : NULL, gr); sp_document_done (sp_desktop_document (desktop), SP_VERB_CONTEXT_GRADIENT, - /* TODO: annotate */ "gradient-toolbar.cpp:146"); + _("Assign gradient to object")); } gchar * @@ -416,7 +416,7 @@ gr_fork (GtkWidget *button, GtkWidget *widget) if (gr_new != gr) { gr_apply_gradient (selection, ev? ev->get_drag() : NULL, gr_new); sp_document_done (document, SP_VERB_CONTEXT_GRADIENT, - /* TODO: annotate */ "gradient-toolbar.cpp:419"); + _("Duplicate gradient")); } } } -- cgit v1.2.3