diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-03-30 22:23:57 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-03-30 22:23:57 +0000 |
commit | 8eea7c202baeffa73f6e2e6b6d56f610cd43e1ee (patch) | |
tree | 6cada7c63e06684102e783125635d8d326dc30fb /plugins/HwHotKeys/res | |
parent | 9e367c79e1bc0cf6e99d2ea1b0e5b5337146186b (diff) |
a bit of standardization
git-svn-id: http://svn.miranda-ng.org/main/trunk@12568 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HwHotKeys/res')
-rw-r--r-- | plugins/HwHotKeys/res/HwHotKeys.rc | 2 | ||||
-rw-r--r-- | plugins/HwHotKeys/res/Version.rc (renamed from plugins/HwHotKeys/res/HwHotKeys_version.rc) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HwHotKeys/res/HwHotKeys.rc b/plugins/HwHotKeys/res/HwHotKeys.rc index 693266bbe8..d91ad2fc5a 100644 --- a/plugins/HwHotKeys/res/HwHotKeys.rc +++ b/plugins/HwHotKeys/res/HwHotKeys.rc @@ -1,6 +1,6 @@ // Microsoft Visual C++ generated resource script.
//
-#include "..\src\HwHotKeys_resource.h"
+#include "..\src\resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/HwHotKeys/res/HwHotKeys_version.rc b/plugins/HwHotKeys/res/Version.rc index e2a0e7b639..46d811b4ac 100644 --- a/plugins/HwHotKeys/res/HwHotKeys_version.rc +++ b/plugins/HwHotKeys/res/Version.rc @@ -1,7 +1,7 @@ #include "afxres.h"
-#include "..\src\HwHotKeys_version.h"
+#include "..\src\Version.h"
// https://msdn.microsoft.com/en-us/library/windows/desktop/aa381058%28v=vs.85%29.aspx
|