Code

Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.
[inkscape.git] / src / connector-context.cpp
index ba6c067c0eb7513c8f708813a106c6d688af5667..b0e19219039824807761ce3bcb00470e5f6ae5d4 100644 (file)
@@ -233,6 +233,9 @@ static void shape_event_attr_changed(Inkscape::XML::Node *repr, gchar const *nam
         gpointer data);
 
 
+static char* cc_knot_tips[] = { _("<b>Connection point</b>: click or drag to create a new connector"),
+                           _("<b>Connection point</b>: click to select, drag to move") };
+
 /*static Geom::Point connector_drag_origin_w(0, 0);
 static bool connector_within_tolerance = false;*/
 static SPEventContextClass *parent_class;