- added wxWidgets version info to g3d viewer help and map editor

- added a log entry if sound thread starts to log
This commit is contained in:
Mark Vejvoda
2011-01-29 21:20:33 +00:00
parent 7d09f24b9e
commit f2467faebe
3 changed files with 6 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ void printParameterHelp(const char *argv0, bool foundInvalidArgs) {
printf("\n");
}
printf("\n%s %s, usage\n",argv0,g3dviewerVersionString.c_str());
printf("\n%s %s, [Using %s] usage:\n",argv0,g3dviewerVersionString.c_str(),(const char *)wxConvCurrent->cWX2MB(wxVERSION_STRING));
printf("\n%s [G3D FILE]\n\n",argv0);
printf("Displays glest 3D-models and unit/projectile/splash particle systems.\n");