summaryrefslogtreecommitdiffstats
path: root/src/interface.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/interface.cpp
parentundo annotations (diff)
downloadinkscape-2757b26f517b3b22c0faf07327a7f087f900310a.tar.gz
inkscape-2757b26f517b3b22c0faf07327a7f087f900310a.zip
undo annotations
(bzr r1768)
Diffstat (limited to 'src/interface.cpp')
-rw-r--r--src/interface.cpp8
1 files changed, 4 insertions, 4 deletions
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;
}
}