diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-10-10 07:41:49 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-10-10 07:41:49 +0000 |
| commit | d68fccbad4e646be1d6fedda8069d23016aa34a9 (patch) | |
| tree | 7601028227b382fbb82453cef08aa29de94a6e5a /src/widgets/gradient-toolbar.cpp | |
| parent | more help commands (diff) | |
| download | inkscape-d68fccbad4e646be1d6fedda8069d23016aa34a9.tar.gz inkscape-d68fccbad4e646be1d6fedda8069d23016aa34a9.zip | |
undo annotations
(bzr r1793)
Diffstat (limited to 'src/widgets/gradient-toolbar.cpp')
| -rw-r--r-- | src/widgets/gradient-toolbar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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")); } } } |
