diff --git a/src/drivers/win/Win32InputBox.cpp b/src/drivers/win/Win32InputBox.cpp index 19b73e71..ad10be13 100644 --- a/src/drivers/win/Win32InputBox.cpp +++ b/src/drivers/win/Win32InputBox.cpp @@ -79,7 +79,7 @@ static unsigned char definputbox_dlg[] = 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