diff options
-rw-r--r-- | stopspam_mod/headers.h | 1 | ||||
-rw-r--r-- | stopspam_mod/stopspam.aps | bin | 40388 -> 40396 bytes | |||
-rw-r--r-- | stopspam_mod/stopspam.rc | 4 |
3 files changed, 3 insertions, 2 deletions
diff --git a/stopspam_mod/headers.h b/stopspam_mod/headers.h index ff7349e..952a392 100644 --- a/stopspam_mod/headers.h +++ b/stopspam_mod/headers.h @@ -12,6 +12,7 @@ #include <m_langpack.h>
#include <m_clistint.h>
#include <m_skin.h>
+#include <m_button.h>
//#define VARIABLES_NOHELPER
#include <m_variables.h>
diff --git a/stopspam_mod/stopspam.aps b/stopspam_mod/stopspam.aps Binary files differindex ad8f2a3..54b6850 100644 --- a/stopspam_mod/stopspam.aps +++ b/stopspam_mod/stopspam.aps diff --git a/stopspam_mod/stopspam.rc b/stopspam_mod/stopspam.rc index 74cd783..1f41d8f 100644 --- a/stopspam_mod/stopspam.rc +++ b/stopspam_mod/stopspam.rc @@ -36,10 +36,10 @@ BEGIN LTEXT "Answer:",IDC_STATIC,0,82,270,8
EDITTEXT ID_ANSWER,0,94,300,14,ES_AUTOHSCROLL
LTEXT "Congratulation:",IDC_STATIC,0,112,270,8
- EDITTEXT ID_CONGRATULATION,0,125,300,48,ES_MULTILINE | ES_AUTOVSCROLL | WS_VSCROLL
+ EDITTEXT ID_CONGRATULATION,0,123,300,48,ES_MULTILINE | ES_AUTOVSCROLL | WS_VSCROLL
LTEXT "Auth. request reply:",IDC_STATIC,0,174,270,8
EDITTEXT ID_AUTHREPL,0,187,300,14,ES_AUTOHSCROLL
- PUSHBUTTON "Vars.",IDC_VARS,0,208,19,14
+ CONTROL "Vars",IDC_VARS,"MButtonClass",WS_TABSTOP,0,206,16,16
END
IDD_PROTO DIALOGEX 0, 0, 230, 173
|