diff --git a/APIG/client/commander.cpp b/APIG/client/commander.cpp index 5ed2369..f89c743 100644 --- a/APIG/client/commander.cpp +++ b/APIG/client/commander.cpp @@ -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."); diff --git a/APIG/include/mdCommander.h b/APIG/include/mdCommander.h index 10705f2..241fd9e 100644 --- a/APIG/include/mdCommander.h +++ b/APIG/include/mdCommander.h @@ -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)); }