From 55fe289eaff3a3d50bd617adf34a04ed8c2a382f Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 9 Jul 2012 06:54:33 +0000 Subject: Boltun: resource pathes fix git-svn-id: http://svn.miranda-ng.org/main/trunk@867 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Boltun/res/Boltun.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/Boltun/res/Boltun.rc') 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 -- cgit v1.2.3