From b9a361e00434b63db3ade945c8206368a92c5782 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 6 Jun 2010 01:40:39 +0000 Subject: [PATCH] Win32 - minor change to a pop up box, Ok Cancel (not OK CANCEL) --- src/drivers/win/Win32InputBox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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