summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ca529c)
raw | patch | inline | side by side (parent: 7ca529c)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 10 Apr 2008 16:49:28 +0000 (16:49 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 10 Apr 2008 16:49:28 +0000 (16:49 +0000) |
src/nodepath.cpp | patch | blob | history |
diff --git a/src/nodepath.cpp b/src/nodepath.cpp
index ffc99f5789af92ed2552adcd4ef6023a9d61b967..e8b5858122e0cf638cb21a3e3689272255fb7147 100644 (file)
--- a/src/nodepath.cpp
+++ b/src/nodepath.cpp
@@ -3685,7 +3685,7 @@ static void node_handle_moved(SPKnot *knot, NR::Point *p, guint state, gpointer
GString *length = SP_PX_TO_METRIC_STRING(rnew.r, desktop->namedview->getDefaultMetric());
- mc->setF(Inkscape::NORMAL_MESSAGE,
+ mc->setF(Inkscape::IMMEDIATE_MESSAGE,
_("<b>Node handle</b>: angle %0.2f°, length %s; with <b>Ctrl</b> to snap angle; with <b>Alt</b> to lock length; with <b>Shift</b> to rotate both handles"), degrees, length->str);
g_string_free(length, TRUE);