diff options
author | sekelsenmat <sekelsenmat@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-07-11 09:45:40 +0000 |
---|---|---|
committer | sekelsenmat <sekelsenmat@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-07-11 09:45:40 +0000 |
commit | 6d1c5274aacdf55d21b98a7e61b2d3a100fbd9eb (patch) | |
tree | 1795e116dd74c03986fe81c8ff548e744dba1fb1 /examples/gfx | |
parent | 736529d18eab937c5704bf25ef4445ac3e849b71 (diff) | |
download | fpGUI-6d1c5274aacdf55d21b98a7e61b2d3a100fbd9eb.tar.xz |
Changed the event model on Gfx. We have several methods instead of only one big method now.
Diffstat (limited to 'examples/gfx')
-rw-r--r-- | examples/gfx/helloworld/helloworld.lpi | 1 | ||||
-rw-r--r-- | examples/gfx/subwindow/subwindow.lpi | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/gfx/helloworld/helloworld.lpi b/examples/gfx/helloworld/helloworld.lpi index a05656dc..28e724e4 100644 --- a/examples/gfx/helloworld/helloworld.lpi +++ b/examples/gfx/helloworld/helloworld.lpi @@ -14,7 +14,6 @@ </General> <PublishOptions> <Version Value="2"/> - <DestinationDirectory Value="$(TestDir)\publishedproject\"/> <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/> <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/> </PublishOptions> diff --git a/examples/gfx/subwindow/subwindow.lpi b/examples/gfx/subwindow/subwindow.lpi index 3d6959f4..88f43f80 100644 --- a/examples/gfx/subwindow/subwindow.lpi +++ b/examples/gfx/subwindow/subwindow.lpi @@ -14,7 +14,6 @@ </VersionInfo> <PublishOptions> <Version Value="2"/> - <DestinationDirectory Value="$(TestDir)\publishedproject\"/> <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/> <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/> </PublishOptions> |