Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 363 → Rev 364

/sun/xmleditor/trunk/src/control/GrammarExtensionFilter.java
6,7 → 6,7
*
* @version $Revision: 1.00
*
* Last modification: $Date: 2003/07/11 12:53:00 $
* Last modification: $Date: 2003/07/11 12:56:03 $
*
*/
 
57,6 → 57,6
 
/* Implementation of the abstract getDescription method. */
public String getDescription() {
return "Only XML grammar files.";
return "XML grammar files (*.dtd, *.DTD, *.xsd, *.XSD)";
}
}