Revision: 2211
          http://synfig.svn.sourceforge.net/synfig/?rev=2211&view=rev
Author:   dooglus
Date:     2008-11-18 17:20:36 +0000 (Tue, 18 Nov 2008)

Log Message:
-----------
Put a space between the parameter name and its description when prompting for 
it.

Modified Paths:
--------------
    synfig-studio/trunk/src/gtkmm/instance.cpp

Modified: synfig-studio/trunk/src/gtkmm/instance.cpp
===================================================================
--- synfig-studio/trunk/src/gtkmm/instance.cpp  2008-11-18 17:20:16 UTC (rev 
2210)
+++ synfig-studio/trunk/src/gtkmm/instance.cpp  2008-11-18 17:20:36 UTC (rev 
2211)
@@ -979,7 +979,7 @@
                        case synfigapp::Action::Param::TYPE_STRING:
                        {
                                String str;
-                               if(!studio::App::dialog_entry(entry.local_name, 
iter->get_local_name()+":"+iter->get_desc(),str))
+                               if(!studio::App::dialog_entry(entry.local_name, 
iter->get_local_name()+": "+iter->get_desc(),str))
                                        return;
                                action->set_param(iter->get_name(),str);
                                break;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to