diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-24 12:45:18 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-24 12:45:18 +0000 |
commit | 0cda0baab21d4d4bf40c9459f6f5a7e49aa92492 (patch) | |
tree | c1244d2f42e6d1728a81a18bd0fbd091904bf20c /plugins/ZeroNotification/res | |
parent | 171e81205e357e0d54283a63997ed58ff97d54a9 (diff) |
VersionInfo, W7UI, WhoUsesMyFiles, YAPP, ZeroNotification: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ZeroNotification/res')
-rw-r--r-- | plugins/ZeroNotification/res/ZeroNotifyW.rc | 4 | ||||
-rw-r--r-- | plugins/ZeroNotification/res/resource.h | 20 |
2 files changed, 2 insertions, 22 deletions
diff --git a/plugins/ZeroNotification/res/ZeroNotifyW.rc b/plugins/ZeroNotification/res/ZeroNotifyW.rc index 5d0ab0dcc7..5488ba0257 100644 --- a/plugins/ZeroNotification/res/ZeroNotifyW.rc +++ b/plugins/ZeroNotification/res/ZeroNotifyW.rc @@ -1,6 +1,6 @@ // Microsoft Visual C++ generated resource script.
//
-#include "resource.h"
+#include "..\src\resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@@ -79,7 +79,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 1 TEXTINCLUDE
BEGIN
- "resource.\0"
+ "..\\src\\resource.\0"
END
2 TEXTINCLUDE
diff --git a/plugins/ZeroNotification/res/resource.h b/plugins/ZeroNotification/res/resource.h deleted file mode 100644 index ac11d8b30b..0000000000 --- a/plugins/ZeroNotification/res/resource.h +++ /dev/null @@ -1,20 +0,0 @@ -//{{NO_DEPENDENCIES}}
-// Microsoft Visual C++ generated include file.
-// Used by ZeroNotifyW.rc
-//
-#define IDD_OPT_NOSOUND 101
-#define IDC_NOSOUND 1000
-#define IDC_NOBLINK 1002
-#define IDC_NOCLCBLINK 1003
-#define IDC_HIDEMENU 1008
-
-// Next default values for new objects
-//
-#ifdef APSTUDIO_INVOKED
-#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 103
-#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1001
-#define _APS_NEXT_SYMED_VALUE 101
-#endif
-#endif
|