From 5e5a221b0eba9dac64b81dbabfb613c19ddb7045 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 8 Oct 2006 10:57:48 +0000 Subject: - added config file support for the classic theme - added a sample config file (called 'classic.ini', which is based on Theme::_defaultConfigINI) - added check for the type of the theme config file ('modern' and 'classic' for the respective Theme classes) - bumped theme config version for the modern theme svn-id: r24199 --- gui/themes/modern.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gui/themes/modern.ini') diff --git a/gui/themes/modern.ini b/gui/themes/modern.ini index 75272093b3..43aee8d33e 100644 --- a/gui/themes/modern.ini +++ b/gui/themes/modern.ini @@ -1,7 +1,8 @@ # $URL$ # $Id$ [theme] -version=17 +version=18 +type=modern [pixmaps] pix_dialog_corner="dialog_bkgd_corner.bmp" -- cgit v1.2.3