From 083983770abc495933a876ba41465bf0b2bd5a91 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Wed, 16 May 2007 20:35:45 +0000 Subject: * Implemented two new Windows styles. The Win9x look and the Win2000 look. The later has more flat buttons. * Modified the OpenSoft style to use the buttons of Win2000. * The default style, auto, now uses the Windows 2000 style. --- gui/stylemanager.pas | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gui/stylemanager.pas') diff --git a/gui/stylemanager.pas b/gui/stylemanager.pas index 7c66d839..1c5a82e5 100644 --- a/gui/stylemanager.pas +++ b/gui/stylemanager.pas @@ -207,8 +207,9 @@ end; initialization - gStyleManager.RegisterClass(cDefaultStyle, TWindowsStyle); - gStyleManager.RegisterClass('Windows', TWindowsStyle); + gStyleManager.RegisterClass(cDefaultStyle, TWin2000Style); + gStyleManager.RegisterClass('Windows 9x', TWin9xStyle); + gStyleManager.RegisterClass('Windows 2000', TWin2000Style); gStyleManager.RegisterClass('OpenSoft', TOpenSoftStyle); gStyleManager.RegisterClass('Motif', TMotifStyle); -- cgit v1.2.3-70-g09d2