summaryrefslogtreecommitdiff
path: root/examples/gui/widgettest/widgettest.lpi
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@users.sourceforge.net>2007-05-18 13:23:50 +0000
committerGraeme Geldenhuys <graemeg@users.sourceforge.net>2007-05-18 13:23:50 +0000
commita0918f9ac872f34e4781264374ce451be608742f (patch)
treeac8b90f9b377d07817bda050d411d98747555c8d /examples/gui/widgettest/widgettest.lpi
parentc9a588b70ba776903edf4d7b9d95965c3ac4ccfc (diff)
downloadfpGUI-a0918f9ac872f34e4781264374ce451be608742f.tar.xz
* Fixed a bug introduced in r100 where Forms are not displayed anymore
under Linux (X11). * Renamed all internal component names that started with a hash (#) to a underscore (_). For some reason a hash+<text> may not be used as a component name anymore. Must be a FPC 2.1.3 thing. * UTF8 support has been added to GFX/X11. This still needs some more testing, but it seems to be fine.
Diffstat (limited to 'examples/gui/widgettest/widgettest.lpi')
-rw-r--r--examples/gui/widgettest/widgettest.lpi7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/gui/widgettest/widgettest.lpi b/examples/gui/widgettest/widgettest.lpi
index 82a0b3e5..6f4700f4 100644
--- a/examples/gui/widgettest/widgettest.lpi
+++ b/examples/gui/widgettest/widgettest.lpi
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
- <PathDelim Value="\"/>
+ <PathDelim Value="/"/>
<Version Value="5"/>
<General>
<Flags>
@@ -10,7 +10,7 @@
</Flags>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
- <IconPath Value=".\"/>
+ <IconPath Value="./"/>
<TargetFileExt Value=""/>
</General>
<PublishOptions>
@@ -21,7 +21,7 @@
<RunParams>
<local>
<FormatVersion Value="1"/>
- <LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
+ <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
</local>
</RunParams>
<RequiredPackages Count="1">
@@ -40,7 +40,6 @@
</ProjectOptions>
<CompilerOptions>
<Version Value="5"/>
- <PathDelim Value="\"/>
<Parsing>
<SyntaxOptions>
<IncludeAssertionCode Value="True"/>