From a112557264ea2ed7acdf7c2ea95df6ea20f2b368 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 28 Feb 2008 20:07:31 +0000 Subject: Fix MSVC project file and resource file for new filenames. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1096 --- msvc/win32.rc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'msvc') diff --git a/msvc/win32.rc b/msvc/win32.rc index aa6120e9..db26262d 100644 --- a/msvc/win32.rc +++ b/msvc/win32.rc @@ -25,9 +25,9 @@ #ifndef DEDICATEDSERVER #ifdef CHOCOLATESETUP -1 ICON "../data/chocolate-setup.ico" +1 ICON "../data/setup.ico" #else -1 ICON "../data/chocolate-doom.ico" +1 ICON "../data/doom.ico" #endif #endif @@ -50,3 +50,4 @@ BEGIN END END END + -- cgit v1.2.3