diff options
author | Graeme Geldenhuys <graemeg@users.sourceforge.net> | 2007-03-07 15:53:00 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@users.sourceforge.net> | 2007-03-07 15:53:00 +0000 |
commit | 6615b82afe97f92af4d1c0f7fb2e6b82b44c7ace (patch) | |
tree | 4408ca138fce1f5c9b7c8809c0c47f64b1d8841a /gui/scrollbar.inc | |
parent | e6714f4d892945103ef0e0339f101f958b40baf4 (diff) | |
download | fpGUI-6615b82afe97f92af4d1c0f7fb2e6b82b44c7ace.tar.xz |
* Extending the StyleManager to behave like a class factory. All Style classes will register with the factory and the factory will create the styles as needed.
Diffstat (limited to 'gui/scrollbar.inc')
-rw-r--r-- | gui/scrollbar.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/scrollbar.inc b/gui/scrollbar.inc index b2bfda1f..41369e5d 100644 --- a/gui/scrollbar.inc +++ b/gui/scrollbar.inc @@ -3,7 +3,7 @@ ScrollBar class declarations - Copyright (C) 2000 - 2006 See the file AUTHORS.txt, included in this + Copyright (C) 2006 - 2007 See the file AUTHORS.txt, included in this distribution, for details of the copyright. See the file COPYING.modifiedLGPL, included in this distribution, |