From: <aki...@us...> - 2007-01-06 11:09:04
|
Revision: 1449 http://svn.sourceforge.net/gridarta/?rev=1449&view=rev Author: akirschbaum Date: 2007-01-06 03:09:04 -0800 (Sat, 06 Jan 2007) Log Message: ----------- Add missing message to cfeditor. Modified Paths: -------------- trunk/daimonin/src/daieditor/messages.properties trunk/src/app/net/sf/gridarta/messages.properties Modified: trunk/daimonin/src/daieditor/messages.properties =================================================================== --- trunk/daimonin/src/daieditor/messages.properties 2007-01-05 18:00:17 UTC (rev 1448) +++ trunk/daimonin/src/daieditor/messages.properties 2007-01-06 11:09:04 UTC (rev 1449) @@ -787,7 +787,6 @@ canonIOE=IOException while canonizing path: {0} exitWithExit=Exiting with System.exit(). exitWithoutExit=Trying to exit without System.exit(). -unexpectedException=Unexpected exception: {0} archfileNotFound=Archfile {0} could not be found faceObjectWithoutOriginalName=No originalName for {0}! duplicateAnimation=Duplicate Animation: {0} Modified: trunk/src/app/net/sf/gridarta/messages.properties =================================================================== --- trunk/src/app/net/sf/gridarta/messages.properties 2007-01-05 18:00:17 UTC (rev 1448) +++ trunk/src/app/net/sf/gridarta/messages.properties 2007-01-06 11:09:04 UTC (rev 1449) @@ -193,6 +193,7 @@ # Various Log Messages saveLevelAsWithNull=DEBUG: CMainControl.saveLevelAsWanted(CMapControl level) invoked with null argument. imageCreated=Created image "{0}" of map "{1}". +unexpectedException=Unexpected exception: {0} # Edit undo.text=Undo This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |