Code

excise never-used code and stale comments
[inkscape.git] / src / interface.cpp
index c913d1122c44e85f68b770f363de208f73a14137..3ff25c8fbf03ba213148e8124c010a12b268852c 100644 (file)
@@ -1023,7 +1023,7 @@ sp_ui_drag_data_received(GtkWidget *widget,
                             str = 0;
 
                             sp_object_setAttribute( SP_OBJECT(item),
-                                                    (drag_context->action != GDK_ACTION_MOVE) ? "HOTFill":"HOTStroke",
+                                                    (drag_context->action != GDK_ACTION_MOVE) ? "inkscape:x-fill-tag":"inkscape:x-stroke-tag",
                                                     palName.c_str(),
                                                     false );
                             item->updateRepr();