diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-04-24 12:29:07 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-04-24 12:29:07 +0300 |
commit | dc8e52b507cbefe14d5bc63eae34667952a3b366 (patch) | |
tree | 35b3ec834004aa318510081785c9d389e8c0421b | |
parent | 4171b515e6478dfb70b21dcc255c4eb719bd4c89 (diff) |
modified: stopspam.rc
-rw-r--r-- | stopspam.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stopspam.rc b/stopspam.rc index e7ee6b8..8913597 100644 --- a/stopspam.rc +++ b/stopspam.rc @@ -46,7 +46,7 @@ IDD_PROTO DIALOGEX 0, 0, 230, 173 STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_SYSMENU FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN - LTEXT "Avaible accounts:",IDC_STATIC,6,8,84,8 + LTEXT "Available accounts:",IDC_STATIC,6,8,84,8 LISTBOX ID_ALLPROTO,6,20,84,138,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP PUSHBUTTON ">>>>",ID_ADDALL,96,26,36,14 PUSHBUTTON ">>",ID_ADD,96,44,36,14 |