Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 429 → Rev 430

/sun/xmleditor/trunk/src/control/DTDExtensionFilter.java
4,9 → 4,9
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.7 $
* @version $Revision: 1.1 $
*
* Last modification: $Date: 2003/07/13 15:28:22 $
* Last modification: $Date: 2003/07/14 10:32:08 $
*/
 
package src.control;
61,6 → 61,6
* Implementation of the abstract getDescription method.
*/
public String getDescription() {
return "XML grammar files (*.dtd, *.DTD, *.xsd, *.XSD)";
return "XML grammar files (*.dtd, *.DTD)";
}
}