diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-24 13:54:34 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-24 13:54:34 +0000 |
commit | 6d48c17d8555d18288c26967d8c013de36fce676 (patch) | |
tree | a18d0b55ed96e6650ea13db3a5fa4f3e529703fe /plugins/FileAsMessage/src/resource.h | |
parent | b5f57615680d9cf6d8fd890df48efb71fa4bc299 (diff) |
added precompiled header
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3751 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FileAsMessage/src/resource.h')
-rw-r--r-- | plugins/FileAsMessage/src/resource.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/FileAsMessage/src/resource.h b/plugins/FileAsMessage/src/resource.h index b6a254dcf7..952fba4a65 100644 --- a/plugins/FileAsMessage/src/resource.h +++ b/plugins/FileAsMessage/src/resource.h @@ -3,7 +3,6 @@ // Used by resources.rc
//
#define IDC_PLAY 1
-#define IDD_DIALOG1 101
#define IDD_MAIN 101
#define IDI_SMALLICON 102
#define IDD_OPTIONS 103
@@ -20,17 +19,11 @@ #define IDC_FILESIZE 1008
#define IDC_LIST1 1020
#define IDC_ALPHANUM 1022
-#define IDC_HIDEDELAY 1051
#define IDC_CHUNKSIZE 1051
-#define IDC_SHOWDELAY 1052
#define IDC_SENDDELAY 1052
-#define IDC_SENTCOLOR 1053
#define IDC_UNSENT 1053
-#define IDC_SENTCOLOR2 1054
#define IDC_SENT 1054
-#define IDC_SENTCOLOR3 1055
#define IDC_TOSEND 1055
-#define IDC_SENTCOLOR4 1056
#define IDC_RECV 1056
// Next default values for new objects
|