Revision: 2139
          http://synfig.svn.sourceforge.net/synfig/?rev=2139&view=rev
Author:   dooglus
Date:     2008-10-26 20:44:10 +0000 (Sun, 26 Oct 2008)

Log Message:
-----------
Change error message "unable to open file" to "unable to load", since the error 
may not be that we can't open it; perhaps we could open it, but didn't like the 
contents.

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

Modified: synfig-studio/trunk/src/gtkmm/app.cpp
===================================================================
--- synfig-studio/trunk/src/gtkmm/app.cpp       2008-10-26 20:03:06 UTC (rev 
2138)
+++ synfig-studio/trunk/src/gtkmm/app.cpp       2008-10-26 20:44:10 UTC (rev 
2139)
@@ -2351,7 +2351,7 @@
                else
                {
                        if(!canvas)
-                               throw (String)strprintf(_("Unable to open file 
\"%s\":\n\n"),filename.c_str()) + errors;
+                               throw (String)strprintf(_("Unable to load 
\"%s\":\n\n"),filename.c_str()) + errors;
 
                        if (as.find(custom_filename_prefix.c_str()) != 0)
                                add_recent_file(as);


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