summaryrefslogtreecommitdiff
path: root/src/corelib/render/software/agg-demos/blur.dpr
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2012-02-27 22:47:00 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2012-03-07 22:44:09 +0200
commit18d67efcbc11433784742aec8517d4d98dc67e06 (patch)
treee4d924585460f6689de5c959b4e98bc7ea91af93 /src/corelib/render/software/agg-demos/blur.dpr
parenta353439c8674f98d85ab6364069b66214ed6c086 (diff)
downloadfpGUI-18d67efcbc11433784742aec8517d4d98dc67e06.tar.xz
agg-demos: fixes the unit comment about the required compiler unit Path value.
Diffstat (limited to 'src/corelib/render/software/agg-demos/blur.dpr')
-rw-r--r--src/corelib/render/software/agg-demos/blur.dpr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/render/software/agg-demos/blur.dpr b/src/corelib/render/software/agg-demos/blur.dpr
index a3bb7777..448aed4b 100644
--- a/src/corelib/render/software/agg-demos/blur.dpr
+++ b/src/corelib/render/software/agg-demos/blur.dpr
@@ -2,7 +2,7 @@
// AggPas 2.4 RM3 Demo application
// Note: Press F1 key on run to see more info about this demo
//
-// Paths: src;src\ctrl;src\svg;src\util;src\platform\win;expat-wrap
+// Paths: ..;..\ctrl;..\svg;..\util;..\platform\win;expat-wrap
//
program
blur ;
@@ -489,4 +489,4 @@ BEGIN
app.Destruct;
-END. \ No newline at end of file
+END. \ No newline at end of file