Show full version string in the title bar

This commit is contained in:
David Hrdlička
2022-01-10 01:25:35 +01:00
parent a284ddd45b
commit 529889d21e

View File

@@ -1328,7 +1328,7 @@ ui_init(int nCmdShow)
return(2);
/* Now create our main window. */
swprintf_s(title, sizeof_w(title), L"%hs - %hs", vm_name, EMU_NAME);
swprintf_s(title, sizeof_w(title), L"%hs - %s %s", vm_name, EMU_NAME_W, EMU_VERSION_FULL_W);
hwnd = CreateWindowEx (
0, /* no extended possibilites */
CLASS_NAME, /* class name */