diff options
author | dartraiden <wowemuh@gmail.com> | 2017-02-10 04:13:28 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-02-10 04:13:28 +0300 |
commit | cc78378041a8121dde10eb83354a9087d6825a69 (patch) | |
tree | 8463174625dde7d82ca4a862d1dd7d4ab9164e08 | |
parent | 463d4f8046cb459ef60990935367f398144e4017 (diff) |
fix double space
-rw-r--r-- | protocols/VKontakte/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc index 04052a8f97..6e4a3ef943 100644 --- a/protocols/VKontakte/res/resource.rc +++ b/protocols/VKontakte/res/resource.rc @@ -306,7 +306,7 @@ BEGIN COMBOBOX IDC_COMBO_MARKASREAD,167,101,121,30,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
RTEXT "Sync history on protocol online:",IDC_STATIC,12,117,150,12,SS_CENTERIMAGE
COMBOBOX IDC_COMBO_SYNCHISTORY,167,117,121,30,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
- CONTROL "Load last messages when message window open and local history is empty",IDC_LASTHISTORYLOAD,
+ CONTROL "Load last messages when message window open and local history is empty",IDC_LASTHISTORYLOAD,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,133,278,10
CONTROL "Use local time for received messages",IDC_USE_LOCAL_TIME,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,143,278,10
|