From 72f4208b89bca17ace2198678db34902794e3ebc Mon Sep 17 00:00:00 2001 From: watcherhd Date: Fri, 25 Nov 2011 13:58:38 +0000 Subject: small compilation project fixes git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@209 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- ieview/Options.cpp | 2 +- ieview/ieview.vcxproj | 1 - ieview/ieview.vcxproj.filters | 11 +++++------ 3 files changed, 6 insertions(+), 8 deletions(-) (limited to 'ieview') diff --git a/ieview/Options.cpp b/ieview/Options.cpp index 8ffbdb2..98dfb38 100644 --- a/ieview/Options.cpp +++ b/ieview/Options.cpp @@ -436,7 +436,7 @@ int IEViewOptInit(WPARAM wParam, LPARAM lParam) odp.ptszTab = tabPages[0].tabName; CallService(MS_OPT_ADDPAGE, wParam, (LPARAM) & odp); odp.ptszGroup = _T("Skins"); - odp.ptszTitle = _T("Message Log"); + odp.ptszTitle = _T("IEView"); for (i = 1; i < SIZEOF(tabPages); i++) { odp.pszTemplate = MAKEINTRESOURCEA(tabPages[i].dlgId); odp.pfnDlgProc = tabPages[i].dlgProc; diff --git a/ieview/ieview.vcxproj b/ieview/ieview.vcxproj index 971ac2c..2debb0a 100644 --- a/ieview/ieview.vcxproj +++ b/ieview/ieview.vcxproj @@ -67,7 +67,6 @@ $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - true true diff --git a/ieview/ieview.vcxproj.filters b/ieview/ieview.vcxproj.filters index 5f6023c..022cb3c 100644 --- a/ieview/ieview.vcxproj.filters +++ b/ieview/ieview.vcxproj.filters @@ -90,17 +90,16 @@ Header Files - - Header Files - + + + + + Resource Files - - Resource Files - -- cgit v1.2.3