From: <hu...@us...> - 2006-09-29 21:12:08
|
Revision: 230 http://svn.sourceforge.net/cishell/?rev=230&view=rev Author: huangb Date: 2006-09-29 14:12:03 -0700 (Fri, 29 Sep 2006) Log Message: ----------- change the message shown in the GUIBuilder window a bit Modified Paths: -------------- trunk/clients/gui/org.cishell.reference.gui.persistence/src/org/cishell/reference/gui/persistence/load/FileLoad.java Modified: trunk/clients/gui/org.cishell.reference.gui.persistence/src/org/cishell/reference/gui/persistence/load/FileLoad.java =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.persistence/src/org/cishell/reference/gui/persistence/load/FileLoad.java 2006-09-29 21:08:30 UTC (rev 229) +++ trunk/clients/gui/org.cishell.reference.gui.persistence/src/org/cishell/reference/gui/persistence/load/FileLoad.java 2006-09-29 21:12:03 UTC (rev 230) @@ -134,8 +134,8 @@ // no converters found means the file format is not supported if (serviceRefList == null || serviceRefList.length == 0){ - guiBuilder.showError("Unsupported File Format", "Sorry, the file format: *"+fileExtension+" is not supported so far.", - "Sorry, the file format: *"+fileExtension+" is not supported so far. \n"+ + guiBuilder.showError("Unsupported File Format", "Sorry, the file format: *."+fileExtension+" is not supported so far.", + "Sorry, the file format: *."+fileExtension+" is not supported so far. \n"+ "Please send your requests to cis...@li.... \n" +"Thank you."); return; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |