diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-09-26 13:31:07 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-09-26 13:31:07 +0000 |
commit | 122df3d8d5e45cc79cfe9bd68083e99616cd685d (patch) | |
tree | 9157af2cc321dbb18182dbcefb1cfae77e07c541 /plugins/SmileyAdd/res | |
parent | 532c94943c2d7f0a7fec12b3bb5525931c21d1b1 (diff) |
SmileyAdd: spelling
git-svn-id: http://svn.miranda-ng.org/main/trunk@15450 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SmileyAdd/res')
-rw-r--r-- | plugins/SmileyAdd/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/res/resource.rc b/plugins/SmileyAdd/res/resource.rc index 7a9a9afa92..f6fcdf0125 100644 --- a/plugins/SmileyAdd/res/resource.rc +++ b/plugins/SmileyAdd/res/resource.rc @@ -76,7 +76,7 @@ BEGIN CONTROL "Disable",IDC_PLUGENABLED,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,240,217,69,12
COMBOBOX IDC_SMLBUT,159,230,60,35,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "Smiley button",IDC_STATIC,161,219,72,8
- CONTROL "Horisontal sorting",IDC_SORTING_HORISONTAL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,142,193,91,10
+ CONTROL "Horizontal sorting",IDC_SORTING_HORIZONTAL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,142,193,91,10
END
|