Show version
This commit is contained in:
parent
8c14574dcd
commit
f5d3f5edbd
@ -595,7 +595,7 @@ int WINAPI WinMain(HINSTANCE instance, HINSTANCE prevInstance, LPSTR cmndLine, i
|
|||||||
|
|
||||||
memset(&msg, 0, sizeof(MSG));
|
memset(&msg, 0, sizeof(MSG));
|
||||||
|
|
||||||
if (!createWindow(L"RocketEditor", 800, 600))
|
if (!createWindow(L"RocketEditor" EDITOR_VERSION, 800, 600))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
accel = CreateAcceleratorTable(s_accelTable, s_accelCount);
|
accel = CreateAcceleratorTable(s_accelTable, s_accelCount);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user