diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-10-20 08:52:58 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-10-20 08:52:58 +0000 |
commit | 6613750b9a43c707036b56dd94b0597aafc9612e (patch) | |
tree | 3560f78769e07db26626560d88a5001f60f267d2 /plugins/WinterSpeak/src/resource.h | |
parent | 701810c9f80deb4ba04104f586a64846622f441e (diff) |
WinterSpeak: minor ressource fixes and slightly redesigned dialog (fixes #475)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6549 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WinterSpeak/src/resource.h')
-rw-r--r-- | plugins/WinterSpeak/src/resource.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/plugins/WinterSpeak/src/resource.h b/plugins/WinterSpeak/src/resource.h index 6775f8d314..d15b8b8c9a 100644 --- a/plugins/WinterSpeak/src/resource.h +++ b/plugins/WinterSpeak/src/resource.h @@ -1,12 +1,13 @@ //{{NO_DEPENDENCIES}}
-// Microsoft Developer Studio generated include file.
-// Used by Restart.rc
+// Microsoft Visual C++ generated include file.
+// Used by ..\res\Speak.rc
//
#define IDD_CONFIG 101
#define IDD_ANNOUNCE 102
#define IDD_ACTIVEMODES 103
#define IDI_RECVMSG 136
#define IDI_USERONLINE 201
+#define IDD_TTS_LEXICON 201
#define IDI_FILLEDBLOB 212
#define IDI_EMPTYBLOB 213
#define IDC_SELECT_ENGINE 1001
@@ -44,14 +45,12 @@ #define IDC_DIALOG_OPEN 1116
#define IDC_DIALOG_FOCUSED 1117
#define IDC_ACTIVE_USERS 1118
+#define IDC_SUPPRESS_CONNECT 1121
+#define IDC_CONFIG_LEXICON 1122
#define IDC_ONLINEICON 1207
-#define IDC_MSGICON 1375
#define IDC_ALLICON 1208
#define IDC_NONEICON 1209
-#define IDC_SUPPRESS_CONNECT 1121
-#define IDC_CONFIG_LEXICON 1122
-
-#define IDD_TTS_LEXICON 201
+#define IDC_MSGICON 1375
#define IDC_TTS_LEXICON_LIST 2001
#define IDC_TTS_LEXICON_ORIGINAL 2002
#define IDC_TTS_LEXICON_FINAL 2003
|