From f45746a7547965f885b491ef4bf584c0d6e6e025 Mon Sep 17 00:00:00 2001 From: Raymond Date: Fri, 1 Jan 2010 17:08:13 +0000 Subject: [PATCH] Good lpr git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@358 3f818213-9676-44b0-a9b4-5e4c4e03d09d --- Projects/SAMufasaGUI/project1.lpr | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Projects/SAMufasaGUI/project1.lpr b/Projects/SAMufasaGUI/project1.lpr index f7b8c71..212d01d 100644 --- a/Projects/SAMufasaGUI/project1.lpr +++ b/Projects/SAMufasaGUI/project1.lpr @@ -30,10 +30,13 @@ uses cthreads, cmem, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset + LResources , Forms, testunit, colourhistory, About, internets, debugimage, framefunctionlist, simpleanalyzer, updater, updateform; +{$IFDEF WINDOWS}{$R project1.rc}{$ENDIF} begin + {$I project1.lrs} Application.Title:='Simba'; Application.Initialize;