summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/fpg_style_win2k.pas20
1 files changed, 19 insertions, 1 deletions
diff --git a/src/gui/fpg_style_win2k.pas b/src/gui/fpg_style_win2k.pas
index 70ae4e0f..7ed12dd7 100644
--- a/src/gui/fpg_style_win2k.pas
+++ b/src/gui/fpg_style_win2k.pas
@@ -1,4 +1,21 @@
-unit fpg_style_win2k;
+{
+ fpGUI - Free Pascal GUI Toolkit
+
+ Copyright (C) 2006 - 2011 See the file AUTHORS.txt, included in this
+ distribution, for details of the copyright.
+
+ See the file COPYING.modifiedLGPL, included in this distribution,
+ for details about redistributing fpGUI.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ Description:
+ Implements the Windows 2000 look. Simple and functional without
+ distractions.
+}
+unit fpg_style_win2k;
{$mode objfpc}{$H+}
@@ -10,6 +27,7 @@ uses
;
type
+
TfpgWin2000Style = class(TfpgStyle)
end;