Code

Respect "relink duplicates clones" setting with linked offsets.
[inkscape.git] / src / star-context.cpp
index 9a2a67a57df229203b4d145ac172795d5b56fadb..910c048b6f67e26ab58b4a9377d09ca8f6ff0120 100644 (file)
@@ -111,6 +111,7 @@ sp_star_context_init (SPStarContext * star_context)
     event_context->tolerance = 0;
     event_context->within_tolerance = false;
     event_context->item_to_select = NULL;
+    event_context->tool_url = "/tools/shapes/star";
 
     star_context->item = NULL;
 
@@ -539,4 +540,4 @@ static void sp_star_cancel(SPStarContext *sc)
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :