summaryrefslogtreecommitdiff
path: root/examples/gui/filedialog
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-03-12 13:05:58 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-03-12 13:05:58 +0000
commitd2e0a0849e139d4cdbf518751dd8d6611692533b (patch)
tree5c69924788e471b9a166f3224d0ac77dfa925b87 /examples/gui/filedialog
parentfd0f20fe11c9d3d9865ff714c19bcfe0f6bab946 (diff)
downloadfpGUI-d2e0a0849e139d4cdbf518751dd8d6611692533b.tar.xz
* Applied a patch from Vladimir moving some code out of gui_grid.pas to gfxbase.pas and getting rid of some IFDEF's in the process.
Diffstat (limited to 'examples/gui/filedialog')
-rw-r--r--examples/gui/filedialog/filedialog.lpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gui/filedialog/filedialog.lpr b/examples/gui/filedialog/filedialog.lpr
index 04de97b5..28d0ca26 100644
--- a/examples/gui/filedialog/filedialog.lpr
+++ b/examples/gui/filedialog/filedialog.lpr
@@ -77,7 +77,7 @@ end;
procedure TMainForm.btnMessageBoxClick(Sender: TObject);
begin
- ShowMessage('This is some pretty cool shit');
+ ShowMessage('This is some pretty cool stuff');
end;
procedure TMainForm.btnMessageDlgClick(Sender: TObject);