diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-09 06:54:33 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-09 06:54:33 +0000 |
commit | 55fe289eaff3a3d50bd617adf34a04ed8c2a382f (patch) | |
tree | 45082d55732d08a21ba28d72b8a82dc8a082ec6c /plugins | |
parent | f17646aaa5e410a2e673e0de69358c9d5e09f63b (diff) |
Boltun:
resource pathes fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@867 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Boltun/res/Boltun.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Boltun/res/Boltun.rc b/plugins/Boltun/res/Boltun.rc index 4ae46eea47..2f204c39c1 100644 --- a/plugins/Boltun/res/Boltun.rc +++ b/plugins/Boltun/res/Boltun.rc @@ -1,6 +1,6 @@ // Microsoft Visual C++ generated resource script.
//
-#include "resource.h"
+#include "..\src\resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
@@ -28,14 +28,14 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_CAN // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
-IDI_MAINBOLTUN ICON "res\\boltun.ico"
+IDI_MAINBOLTUN ICON "boltun.ico"
/////////////////////////////////////////////////////////////////////////////
//
// SMILES
//
-IDR_SMILES SMILES "res\\smiles.dat"
+IDR_SMILES SMILES "smiles.dat"
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -45,7 +45,7 @@ IDR_SMILES SMILES "res\\smiles.dat" 1 TEXTINCLUDE
BEGIN
- "resource.h\0"
+ "..\src\resource.h\0"
END
2 TEXTINCLUDE
|