diff options
| author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-04-14 04:11:46 +0000 |
|---|---|---|
| committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-04-14 04:11:46 +0000 |
| commit | 3cd20026f4797fdc0d923e30272278b5577358f6 (patch) | |
| tree | 2899e5cc425f761e82134718844a69480842616d /Plugins/extraicons/resource.h | |
| parent | 19a7d971aaca383901babdc0852eadea12c3c0cd (diff) | |
extraicons:
- Added gender
- Added param to OnClick
- Added docs/build bat
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@162 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/extraicons/resource.h')
| -rw-r--r-- | Plugins/extraicons/resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Plugins/extraicons/resource.h b/Plugins/extraicons/resource.h index d5dd729..7ede69e 100644 --- a/Plugins/extraicons/resource.h +++ b/Plugins/extraicons/resource.h @@ -6,6 +6,8 @@ #define IDI_ALWAYSVIS 120
#define IDI_NEVERVIS 121
#define IDI_CHAT 122
+#define IDI_MALE 123
+#define IDI_FEMALE 124
#define IDC_SLOT_L 1075
#define IDC_SLOT 1076
#define IDC_STATIC -1
@@ -16,7 +18,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_3D_CONTROLS 1
-#define _APS_NEXT_RESOURCE_VALUE 123
+#define _APS_NEXT_RESOURCE_VALUE 125
#define _APS_NEXT_COMMAND_VALUE 40005
#define _APS_NEXT_CONTROL_VALUE 1077
#define _APS_NEXT_SYMED_VALUE 101
|
