From 5e84c2d2d8e1cf53ae1570c4e4dd205964a685d8 Mon Sep 17 00:00:00 2001 From: dooglus Date: Sun, 3 Feb 2008 18:58:14 +0000 Subject: [PATCH] Show the URL of the section describing the decision that was just made about which ValueNode's value to use when linking. git-svn-id: http://svn.voria.com/code@1564 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/synfigapp/actions/valuedesclink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-studio/trunk/src/synfigapp/actions/valuedesclink.cpp b/synfig-studio/trunk/src/synfigapp/actions/valuedesclink.cpp index a3ec049..c813361 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/valuedesclink.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/valuedesclink.cpp @@ -299,5 +299,5 @@ Action::ValueDescLink::prepare() add_action_front(action); } - synfig::info(status_message); + synfig::info("http://synfig.org/Linking#Tier_%d : %s", status_level, status_message.c_str()); } -- 2.7.4