diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2009-06-23 13:30:19 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2009-06-23 13:30:19 +0200 |
commit | 31392d6421cc5ecabdc33947a10c554d3f2e478c (patch) | |
tree | 66d50f9a7a4d1e80f58db4dcdf7d4ad27d6b8ed3 /src | |
parent | 9b172e7797d6b8eeeaab0668fef0bb88f4f27eab (diff) | |
download | fpGUI-31392d6421cc5ecabdc33947a10c554d3f2e478c.tar.xz |
Copyright and code formatting fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/fpg_memo.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/fpg_memo.pas b/src/gui/fpg_memo.pas index 5abda552..7b59043f 100644 --- a/src/gui/fpg_memo.pas +++ b/src/gui/fpg_memo.pas @@ -1,7 +1,7 @@ { fpGUI - Free Pascal GUI Toolkit - Copyright (C) 2006 - 2008 See the file AUTHORS.txt, included in this + Copyright (C) 2006 - 2009 See the file AUTHORS.txt, included in this distribution, for details of the copyright. See the file COPYING.modifiedLGPL, included in this distribution, @@ -740,7 +740,7 @@ end; procedure TfpgMemo.HandleHide; begin - fpgCaret.UnSetCaret (Canvas); + fpgCaret.UnSetCaret(Canvas); inherited; end; |