This commit is contained in:
Ren RenJuan 2014-01-18 23:27:04 +00:00
parent 8d65795f62
commit 220bb60e93
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ void mdCommander::doHeader() {
}
int mdCommander::selectArg() {
char legend1[80]="Arg types: ",selection[10];
char legend1[80]="Elements: ",selection[10];
int i, wrow=5;
for (i=0;i < eppArgs[commandsNow[cmdNow]].n;i++) {