}
cout << "argv: " << wxTheApp->GetAppName() << endl;
wxString str = parser.GetUsageString();
wxString appName = wxTheApp->GetAppName();
cout << "parser: " << str.Mid(str.Find(wxTheApp->GetAppName())+appName.Length()+1) << endl;
}