diff options
| author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-04-09 05:26:46 +0300 |
|---|---|---|
| committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-04-09 05:26:46 +0300 |
| commit | 8df2a03d555d4359185344774d20016ec4709308 (patch) | |
| tree | 1957eaacd6c0b825dd17759e35514f519b84d8ca /stopspam.rc | |
| parent | 15ee16e4e22313487b6676bf24fd8e53bfe3a2d5 (diff) | |
| parent | c0245a95c2bbe2e83a5514e6652ce483a70122ee (diff) | |
Merge remote branch 'origin/stopspam_mod_elzor' into stopspam_mod
Diffstat (limited to 'stopspam.rc')
| -rw-r--r-- | stopspam.rc | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/stopspam.rc b/stopspam.rc index b572c38..42879d9 100644 --- a/stopspam.rc +++ b/stopspam.rc @@ -13,7 +13,7 @@ #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// -// Russian resources +// русский resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS) #ifdef _WIN32 @@ -92,6 +92,12 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,16,196,10 EDITTEXT ID_SPECIALGROUPNAME,217,15,79,12,ES_AUTOHSCROLL CONTROL "Ignore URL in messages",ID_IGNOREURL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,88,287,10 + CONTROL "Add contact to server list",IDC_ADDTOSRVLST,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,114,187,10 + EDITTEXT IDC_AUTOADDGROUP,210,112,76,14,ES_AUTOHSCROLL + GROUPBOX "After congratulation (ICQ only)",IDC_STATIC,15,103,278,51 + CONTROL "Automatically grant authorization",IDC_AUTOAUTH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,126,263,10 + CONTROL "Request authorization from contacts which pass stopspam test",IDC_REQAUTH, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,138,267,10 END @@ -178,12 +184,12 @@ BEGIN END END -#endif // Russian resources +#endif // русский resources ///////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources +// английский (США) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 @@ -216,7 +222,7 @@ END #endif // APSTUDIO_INVOKED -#endif // English (U.S.) resources +#endif // английский (США) resources ///////////////////////////////////////////////////////////////////////////// |
