diff options
| author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-06 15:42:08 +0000 | 
|---|---|---|
| committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-06 15:42:08 +0000 | 
| commit | 79a5720cf40a5568784fa30052bea8d4c20cbbb3 (patch) | |
| tree | d77eeba26c9cd0c4811de9fbb7fdd8d9db99d256 /src | |
| parent | 0db5618a347355245230f25992343febaaec0e43 (diff) | |
- translation fixes (patch from dartraiden)
git-svn-id: http://svn.miranda-ng.org/main/trunk@5247 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
| -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
  | 
