Code

Filter effects dialog:
[inkscape.git] / src / dropper-context.cpp
index 731db1403fd55f98b1af6330a42b5cdfbedf552b..6049c5d36460a4d122913ee9ababcfb0bd2abdf5 100644 (file)
@@ -39,7 +39,6 @@
 #include "document.h"
 
 #include "pixmaps/cursor-dropper.xpm"
-#include "pixmaps/cursor-dropper.pixbuf"
 
 #include "dropper-context.h"
 #include "message-context.h"
@@ -100,11 +99,6 @@ static void sp_dropper_context_init(SPDropperContext *dc)
 {
     SPEventContext *event_context = SP_EVENT_CONTEXT(dc);
     event_context->cursor_shape = cursor_dropper_xpm;
-    event_context->cursor_pixbuf = gdk_pixbuf_new_from_inline(
-            -1,
-            cursor_dropper_pixbuf,
-            FALSE,
-            NULL);  
     event_context->hot_x = 7;
     event_context->hot_y = 7;
 }
@@ -392,7 +386,7 @@ static gint sp_dropper_context_root_handler(SPEventContext *ec, GdkEvent *event)
 
                 if (!(sp_desktop_selection(ec->desktop)->isEmpty())) {
                     sp_document_done(sp_desktop_document(ec->desktop), SP_VERB_CONTEXT_DROPPER, 
-                                     /* TODO: annotate */ "dropper-context.cpp:389");
+                                     _("Set picked color"));
                 }
 
                 ret = TRUE;