fixed label->plain-label

svn: r994
This commit is contained in:
Matthew Flatt 2005-10-06 03:31:27 +00:00
parent e517d0c407
commit 46c6c9c3cc

View File

@ -2934,6 +2934,9 @@ char *wxStripMenuCodes(char *label, char *target)
return naya;
}
}
if (target)
strcpy(target, label);
return label;
}