From: dooglus Date: Sun, 3 Feb 2008 18:58:14 +0000 (+0000) Subject: Show the URL of the section describing the decision that was just made about which... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=5e84c2d2d8e1cf53ae1570c4e4dd205964a685d8;p=synfig.git 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 --- 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()); }