diff options
author | slotwin <slotwin@users.noreply.github.com> | 2014-05-20 19:10:54 +0000 |
---|---|---|
committer | slotwin <slotwin@users.noreply.github.com> | 2014-05-20 19:10:54 +0000 |
commit | b563eba7514c70e53e13cf0cffc5bf1245e5d654 (patch) | |
tree | f9172902543faa3e3d7388b65de91e12f1c849ad /plugins/Popup/src/resource.h | |
parent | f3f0b33e21a3202b4e5884813e0176b6ab63c73f (diff) |
Popup/options: fix Apply button highlighting
add spin controls to edit boxes
proper capitalization and a typo
code cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@9255 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src/resource.h')
-rw-r--r-- | plugins/Popup/src/resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Popup/src/resource.h b/plugins/Popup/src/resource.h index a2f81a2aec..df05d7e9ee 100644 --- a/plugins/Popup/src/resource.h +++ b/plugins/Popup/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by resource.rc
+// Used by ..\res\resource.rc
//
#define IDD_OPT_POPUP 101
#define IDD_OPT_POPUP_ADVANCED 102
@@ -53,6 +53,8 @@ #define IDC_FADEOUT 1013
#define IDC_FADEOUT_SPIN 1014
#define IDC_FADEOUT_TXT2 1015
+#define IDC_HISTORYSIZE_SPIN 1016
+#define IDC_MAXPOPUPS_SPIN 1017
#define IDC_PREVIEW 1033
#define IDC_DEBUG 1034
#define IDC_GRP_MULTIMONITOR 1035
|