summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-07-09 06:54:33 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-07-09 06:54:33 +0000
commit55fe289eaff3a3d50bd617adf34a04ed8c2a382f (patch)
tree45082d55732d08a21ba28d72b8a82dc8a082ec6c
parentf17646aaa5e410a2e673e0de69358c9d5e09f63b (diff)
Boltun:
resource pathes fix git-svn-id: http://svn.miranda-ng.org/main/trunk@867 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/Boltun/res/Boltun.rc8
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