diff options
| author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-03-04 20:29:44 +0200 |
|---|---|---|
| committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-03-04 20:29:44 +0200 |
| commit | b317b66c1a85de26def5c3371fe04b85f334fe45 (patch) | |
| tree | 91754b010b95b5d80d913c5be722c54c4eaa456a /stopspam.rc | |
| parent | b15f94cba811a15aed857cf5e88e36374082e625 (diff) | |
math expressions check code
Diffstat (limited to 'stopspam.rc')
| -rwxr-xr-x[-rw-r--r--] | stopspam.rc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/stopspam.rc b/stopspam.rc index 8c09470..1eec252 100644..100755 --- a/stopspam.rc +++ b/stopspam.rc @@ -13,7 +13,7 @@ #undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Russian (Russia) resources
+// Русский (Россия) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
@@ -102,6 +102,9 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,55,287,8
CONTROL "Use regex for answers checking",IDC_REGEX,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,111,287,10
CONTROL "Log Spammers to system history",IDC_HISTORY_LOG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,121,218,10
+ CONTROL "Use math expression in question",IDC_MATH_QUESTION,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,188,129,10
+ PUSHBUTTON "Details..",IDC_MATH_DETAILS,152,187,50,14
END
@@ -188,12 +191,12 @@ BEGIN END
END
-#endif // Russian (Russia) resources
+#endif // Русский (Россия) resources
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// English (United States) resources
+// Английский (США) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
@@ -224,7 +227,7 @@ END #endif // APSTUDIO_INVOKED
-#endif // English (United States) resources
+#endif // Английский (США) resources
/////////////////////////////////////////////////////////////////////////////
|
