Revision: 2137
http://synfig.svn.sourceforge.net/synfig/?rev=2137&view=rev
Author: dooglus
Date: 2008-10-26 20:02:46 +0000 (Sun, 26 Oct 2008)
Log Message:
-----------
Improve the error messages created by the canvas chooser widget.
Modified Paths:
--------------
synfig-studio/trunk/src/gtkmm/widget_canvaschooser.cpp
Modified: synfig-studio/trunk/src/gtkmm/widget_canvaschooser.cpp
===================================================================
--- synfig-studio/trunk/src/gtkmm/widget_canvaschooser.cpp 2008-10-26
20:02:26 UTC (rev 2136)
+++ synfig-studio/trunk/src/gtkmm/widget_canvaschooser.cpp 2008-10-26
20:02:46 UTC (rev 2137)
@@ -155,7 +155,7 @@
}
catch(std::runtime_error x)
{
- App::dialog_error_blocking(_("Error:Exception
Thrown"),x.what());
+ App::dialog_error_blocking(_("Error:Exception
Thrown"),String(_("Error selecting canvas:\n\n")) + x.what());
set_value_(canvas);
}
catch(...)
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