Win32 - minor change to a pop up box, Ok Cancel (not OK CANCEL)

This commit is contained in:
adelikat 2010-06-06 01:40:39 +00:00
parent 45a8c717b0
commit b9a361e004
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ static unsigned char definputbox_dlg[] =
0xff,0xff,0xff,0xff,0xff,0x82,0x00,0x00,0x00,0x00,0x00 0xff,0xff,0xff,0xff,0xff,0x82,0x00,0x00,0x00,0x00,0x00
}; };
static LPCTSTR definputbox_buttonnames[] = { _T("OK"), _T("CANCEL") }; static LPCTSTR definputbox_buttonnames[] = { _T("Ok"), _T("Cancel") };
static const INT_PTR definputbox_buttonids[] = { IDOK, IDCANCEL }; static const INT_PTR definputbox_buttonids[] = { IDOK, IDCANCEL };
static const INT static const INT