diff options
author | George Hazan <ghazan@miranda.im> | 2020-10-19 14:30:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-10-19 14:30:41 +0300 |
commit | a664f6673ee9030c8aa2d7d36d760543753cbb2b (patch) | |
tree | 89df4ece9a812af13f0e4e77a95fd36fe7b3aaa4 /plugins/SeenPlugin/src/resource.h | |
parent | eac1cd04921742a14a2c57c651687724621397dc (diff) |
SeenPlugin: tree control replaced with a list in options
Diffstat (limited to 'plugins/SeenPlugin/src/resource.h')
-rw-r--r-- | plugins/SeenPlugin/src/resource.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/plugins/SeenPlugin/src/resource.h b/plugins/SeenPlugin/src/resource.h index 049fbe8011..f3a5d84aec 100644 --- a/plugins/SeenPlugin/src/resource.h +++ b/plugins/SeenPlugin/src/resource.h @@ -2,11 +2,6 @@ // Microsoft Developer Studio generated include file.
// Used by resource.rc
//
-
-#ifndef TVS_NOTOOLTIPS
-#define TVS_NOTOOLTIPS 0x0080
-#endif
-
#define IDD_SETTINGS 101
#define IDD_USERINFO 102
#define IDD_MISSED 103
@@ -61,16 +56,16 @@ #define IDC_SENDMSG 1044
#define IDC_LABTTITLE 1045
#define IDC_OPTIONSTAB 1046
-#define IDC_IDLESUPPORT 1047
+#define IDC_IDLESUPPORT 1047
#define IDC_MAINGROUP -1
#define IDC_INFO -1
#define IDC_TEXT -1
// Next default values for new objects
-//
+//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 107
+#define _APS_NEXT_RESOURCE_VALUE 108
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1048
#define _APS_NEXT_SYMED_VALUE 101
|