diff options
Diffstat (limited to 'src/resource.rc')
-rw-r--r-- | src/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resource.rc b/src/resource.rc index 543ed27077..1f0414355d 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -252,7 +252,7 @@ BEGIN CONTROL "Show this dialog box when Miranda NG starts",IDC_SHOWTHISDLGATSTART,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,226,294,10
PUSHBUTTON "Save as default",IDC_SAVE,6,241,79,14
- DEFPUSHBUTTON "Ok",IDOK,173,241,54,14
+ DEFPUSHBUTTON "OK",IDOK,173,241,54,14
PUSHBUTTON "Cancel",IDCANCEL,249,241,54,14
CONTROL "SSL Traffic",IDC_DUMPSSL,"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,181,56,122,10
END
|