From: <chr...@us...> - 2006-12-20 00:32:40
|
Revision: 1193 http://svn.sourceforge.net/gridarta/?rev=1193&view=rev Author: christianhujer Date: 2006-12-19 16:32:40 -0800 (Tue, 19 Dec 2006) Log Message: ----------- Added todo. Modified Paths: -------------- trunk/daimonin/src/daieditor/CMainControl.java Modified: trunk/daimonin/src/daieditor/CMainControl.java =================================================================== --- trunk/daimonin/src/daieditor/CMainControl.java 2006-12-20 00:24:40 UTC (rev 1192) +++ trunk/daimonin/src/daieditor/CMainControl.java 2006-12-20 00:32:40 UTC (rev 1193) @@ -1643,6 +1643,7 @@ } if (!newfile.exists() || newfile.isDirectory()) { // The path is wrong + // TODO: Differ between non-existing paths, wrongly formatted paths and directories - give more info to the user. ACTION_FACTORY.showMessageDialog(mainView, "enterExitInvalidPath", newfile.getAbsolutePath()); return; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |