diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-05-19 12:12:21 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-05-19 12:12:21 +0000 |
commit | 3608a8574475edf3f1e08b97124fc3461f0ce32e (patch) | |
tree | c7865b5efe2786948a67e8f1c68da32f7465f942 /plugins/YAPP | |
parent | 95d83b736560df015c7dda58edff8a2fd3a1bc14 (diff) |
YAPP: too much cleanup fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@4728 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAPP')
-rw-r--r-- | plugins/YAPP/src/resource.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/YAPP/src/resource.h b/plugins/YAPP/src/resource.h index 16ca2ca609..a5931b3d73 100644 --- a/plugins/YAPP/src/resource.h +++ b/plugins/YAPP/src/resource.h @@ -17,10 +17,14 @@ #define IDC_ED_MAXHEIGHT 1006
#define IDC_SPIN_WIDTH 1007
#define IDC_SPIN_MAXHEIGHT 1009
+#define IDC_RAD_BOTTOMRIGHT 1010
#define IDC_ED_INDENT 1011
+#define IDC_RAD_BOTTOMLEFT 1012
#define IDC_ED_SBWIDTH 1012
#define IDC_SPIN_INDENT 1013
+#define IDC_RAD_TOPRIGHT 1014
#define IDC_SPIN_SBWIDTH 1014
+#define IDC_RAD_TOPLEFT 1015
#define IDC_ED_PADDING 1015
#define IDC_ED_TRANS 1016
#define IDC_SPIN_TRANS 1017
@@ -29,9 +33,14 @@ #define IDC_BTN_PREVIEW 1020
#define IDC_CMB_ANIMATE 1021
#define IDC_CHK_TRANSBG 1022
+#define IDC_RAD_RIGHTICON 1023
#define IDC_SPIN_PADDING 1023
#define IDC_CHK_GLOBALHOVER 1024
+#define IDC_RAD_LEFTICON 1025
#define IDC_CHK_ROUNDCORNERSAV 1025
+#define IDC_RAD_NOAV 1026
+#define IDC_RAD_RIGHTAV 1027
+#define IDC_RAD_LEFTAV 1029
#define IDC_ED_AVSIZE 1031
#define IDC_SPIN_AVSIZE 1032
#define IDC_LST_STATUS 1033
|