From 0cda0baab21d4d4bf40c9459f6f5a7e49aa92492 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 24 Jul 2012 12:45:18 +0000 Subject: VersionInfo, W7UI, WhoUsesMyFiles, YAPP, ZeroNotification: changed folder structure git-svn-id: http://svn.miranda-ng.org/main/trunk@1161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ZeroNotification/res/ZeroNotifyW.rc | 4 ++-- plugins/ZeroNotification/res/resource.h | 20 -------------------- 2 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 plugins/ZeroNotification/res/resource.h (limited to 'plugins/ZeroNotification/res') 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 -- cgit v1.2.3