This commit is contained in:
Ren RenJuan 2014-01-18 23:21:12 +00:00
parent 8be90a16af
commit 8d65795f62
2 changed files with 4 additions and 4 deletions

View File

@ -346,9 +346,9 @@ void mdCommander::eppMainMenu() {
mvprintw(8,50, "Commands are defined by the XSDs");
mvprintw(9,50, "in ./resources. These are migrating to");
mvprintw(11,50,"a what's at 'XML TO USE IN AC' @");
mvprintw(12,50,"dnseppus.meansofproduction.biz/doc, currently");
mvprintw(13,50,"a mix of that and those in the 2007 toolkit.");
mvprintw(10,50,"a what's at 'XML TO USE IN AC' @");
mvprintw(11,50,"dnseppus.meansofproduction.biz/doc, currently");
mvprintw(12,50,"a mix of that and those in the 2007 toolkit.");
mvprintw(15,50,"If no XSD loaded you'll see");
mvprintw(16,50,"stubs in the internal editor.");

View File

@ -43,7 +43,7 @@ class mdCommander {
xmlIO[7].xml = "delete.xml";
xmlIO[8].xml = "transf.xml";
schemaFilename="epp-1.0.xsd;"
schemaFileName="epp-1.0.xsd";
memset(commandArgs,0,sizeof(commandArgs));
}