mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:26:02 +00:00
fix typo in solitaire.cpp
patch by Wildcat (bug 1555) svn path=/trunk/; revision=22325
This commit is contained in:
parent
2424761624
commit
f4176159a9
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ LRESULT CALLBACK WndProc (HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
|
|||
return 0;
|
||||
|
||||
case IDM_HELP_ABOUT:
|
||||
MessageBox(hwnd, _T("Solitare by J Brown\r\n\r\nCardLib version 1.0."), szAppName, MB_OK|MB_ICONINFORMATION);
|
||||
MessageBox(hwnd, _T("Solitaire by J Brown\r\n\r\nCardLib version 1.0."), szAppName, MB_OK|MB_ICONINFORMATION);
|
||||
|
||||
return 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue