mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-14 05:48:04 +01:00
Added release version to about dialog.
This commit is contained in:
parent
0d9610ddb6
commit
331f1dc125
1 changed files with 2 additions and 1 deletions
|
@ -800,10 +800,11 @@ HDC winmain::_GetDC(HWND hWnd)
|
|||
int winmain::a_dialog(HINSTANCE hInstance, HWND hWnd)
|
||||
{
|
||||
char appName[100];
|
||||
char szOtherStuff[100];
|
||||
char szOtherStuff[130];
|
||||
|
||||
lstrcpyA(appName, pinball::get_rc_string(38, 0));
|
||||
lstrcpyA(szOtherStuff, pinball::get_rc_string(102, 0));
|
||||
strcat_s(szOtherStuff, " Decompilation version 1.1.2");
|
||||
auto icon = LoadIconA(hInstance, "ICON_1");
|
||||
return ShellAboutA(hWnd, appName, szOtherStuff, icon);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue