Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 363 → Rev 364

/sun/xmleditor/trunk/src/control/XMLExtensionFilter.java
6,7 → 6,7
*
* @version $Revision: 1.00
*
* Last modification: $Date: 2003/07/11 12:46:12 $
* Last modification: $Date: 2003/07/11 12:53:05 $
*
*/
 
54,6 → 54,6
 
/* Implementation of the abstract getDescription method. */
public String getDescription() {
return "Only xml/XML files.";
return "XML files (*.xml, *.XML)";
}
}