Changed from a date versioning scheme to standard versioning.
-Titlebar no longer shows version -Help->About now shows version number and SVN revision git-svn-id: http://openexile.googlecode.com/svn/trunk@168 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -176,7 +176,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR, int nCmd
|
||||
|
||||
RegisterClass(&wndclass2);
|
||||
|
||||
mainPtr = CreateWindow (szAppName, "Classic Blades of Exile build_05.02.2011",
|
||||
mainPtr = CreateWindow (szAppName, "Classic Blades of Exile",
|
||||
WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN,
|
||||
0,
|
||||
0,
|
||||
|
Reference in New Issue
Block a user