X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Finterface.cpp;h=17248a206bd81f3dfcc894b08ed9f764eef81d28;hb=a33ac0418e3968dbc79f5ba81cbb91d10b1ea7d5;hp=b31853cf3246c13877d9db892960282823deb5d1;hpb=e1a650d6de648253d8a165cdd4691a17669aed49;p=inkscape.git diff --git a/src/interface.cpp b/src/interface.cpp index b31853cf3..17248a206 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -1040,7 +1040,7 @@ sp_ui_drag_data_received(GtkWidget *widget, SPDocument *doc = SP_ACTIVE_DOCUMENT; sp_document_done( doc , SP_VERB_NONE, - /* TODO: annotate */ "interface.cpp:1047"); + _("Drop color")); if ( srgbProf ) { cmsCloseProfile( srgbProf ); @@ -1082,7 +1082,7 @@ sp_ui_drag_data_received(GtkWidget *widget, SPDocument *doc = SP_ACTIVE_DOCUMENT; sp_document_done( doc , SP_VERB_NONE, - /* TODO: annotate */ "interface.cpp:1089"); + _("Drop color")); } } } @@ -1136,7 +1136,7 @@ sp_ui_drag_data_received(GtkWidget *widget, Inkscape::GC::release(newgroup); sp_document_done(doc, SP_VERB_NONE, - /* TODO: annotate */ "interface.cpp:1143"); + _("Drop SVG")); break; } @@ -1196,7 +1196,7 @@ sp_ui_drag_data_received(GtkWidget *widget, Inkscape::GC::release(newImage); sp_document_done( doc , SP_VERB_NONE, - /* TODO: annotate */ "interface.cpp:1203"); + _("Drop bitmap image")); break; } }