Changed the title bar to say Unofficial instead of Experimental.
This commit is contained in:
@@ -555,7 +555,7 @@ int WINAPI WinMain (HINSTANCE hThisInstance,
|
||||
hwnd = CreateWindowEx (
|
||||
0, /* Extended possibilites for variation */
|
||||
szClassName, /* Classname */
|
||||
"PCem v11 [Experimental]", /* Title Text */
|
||||
"PCem v11 [Unofficial]", /* Title Text */
|
||||
WS_OVERLAPPEDWINDOW&~WS_SIZEBOX, /* default window */
|
||||
CW_USEDEFAULT, /* Windows decides the position */
|
||||
CW_USEDEFAULT, /* where the window ends up on the screen */
|
||||
|
||||
Reference in New Issue
Block a user