diff options
author | Felipe Menteiro de Carvalho <sekelsenmat@users.sourceforge.net> | 2006-11-26 14:37:56 +0000 |
---|---|---|
committer | Felipe Menteiro de Carvalho <sekelsenmat@users.sourceforge.net> | 2006-11-26 14:37:56 +0000 |
commit | 0d7237fc99934d75a57a7e81bf9a6674d6b16cf9 (patch) | |
tree | bd1bf50920105b7bb0433d1b007c7f2fa804bdb6 /examples/gfx | |
parent | 3f43f7528f1cbf237c043d6b819293011dd492cb (diff) | |
download | fpGUI-0d7237fc99934d75a57a7e81bf9a6674d6b16cf9.tar.xz |
Continued implementing processEvent on x11.
Diffstat (limited to 'examples/gfx')
-rw-r--r-- | examples/gfx/eventtest/eventtest.lpi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/gfx/eventtest/eventtest.lpi b/examples/gfx/eventtest/eventtest.lpi index 3562e167..20cb4496 100644 --- a/examples/gfx/eventtest/eventtest.lpi +++ b/examples/gfx/eventtest/eventtest.lpi @@ -1,7 +1,7 @@ <?xml version="1.0"?> <CONFIG> <ProjectOptions> - <PathDelim Value="\"/> + <PathDelim Value="/"/> <Version Value="5"/> <General> <Flags> @@ -20,7 +20,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"> @@ -39,7 +39,6 @@ </ProjectOptions> <CompilerOptions> <Version Value="5"/> - <PathDelim Value="\"/> <CodeGeneration> <Generate Value="Faster"/> </CodeGeneration> |