diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-04-07 12:36:55 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-04-07 12:36:55 +0200 |
commit | 42326029cbdcb072265beb9905e3549b7b872977 (patch) | |
tree | 7b961099bdc0462687b8dd1c1ead0875a2e6251d /extras/x11_wininfo | |
parent | 2b0bb6d1167e479404bd5d616f4d6155b1a92255 (diff) | |
download | fpGUI-42326029cbdcb072265beb9905e3549b7b872977.tar.xz |
All sample projects updated so all of them can compile correctly.
* Replaced ModalResult magic numbers with enum values.
* Updated project unit output directories.
* Updated tiOPF examples with latest unit names.
* Updated outdated projects still references old fpGUI unit names.
Diffstat (limited to 'extras/x11_wininfo')
-rw-r--r-- | extras/x11_wininfo/x11wininfo.lpi | 4 | ||||
-rw-r--r-- | extras/x11_wininfo/x11wininfo.lpr | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/extras/x11_wininfo/x11wininfo.lpi b/extras/x11_wininfo/x11wininfo.lpi index 0096dd7b..ff317c0e 100644 --- a/extras/x11_wininfo/x11wininfo.lpi +++ b/extras/x11_wininfo/x11wininfo.lpi @@ -1,11 +1,11 @@ <?xml version="1.0"?> <CONFIG> <ProjectOptions> - <PathDelim Value="/"/> - <Version Value="6"/> + <Version Value="7"/> <General> <Flags> <SaveOnlyProjectUnits Value="True"/> + <LRSInOutputDirectory Value="False"/> </Flags> <SessionStorage Value="InProjectDir"/> <MainUnit Value="0"/> diff --git a/extras/x11_wininfo/x11wininfo.lpr b/extras/x11_wininfo/x11wininfo.lpr index 39e0eae4..11486f5b 100644 --- a/extras/x11_wininfo/x11wininfo.lpr +++ b/extras/x11_wininfo/x11wininfo.lpr @@ -204,7 +204,6 @@ begin ImageMargin := 3; ImageName := ''; ImageSpacing := -1; - ModalResult := 0; ParentShowHint := True; ShowImage := True; TabOrder := 0; |