summaryrefslogtreecommitdiffstats
path: root/perl-install/share/install.rc
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-02-13 20:30:33 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-02-13 20:30:33 +0000
commitc8e630dee129d5687d74261834058113b9538f89 (patch)
treedefebaac88b41434259b881f71e95719436ab1c4 /perl-install/share/install.rc
parentd367da67e1d5651e63600a5acd898d7411399466 (diff)
downloaddrakx-backup-do-not-use-c8e630dee129d5687d74261834058113b9538f89.tar
drakx-backup-do-not-use-c8e630dee129d5687d74261834058113b9538f89.tar.gz
drakx-backup-do-not-use-c8e630dee129d5687d74261834058113b9538f89.tar.bz2
drakx-backup-do-not-use-c8e630dee129d5687d74261834058113b9538f89.tar.xz
drakx-backup-do-not-use-c8e630dee129d5687d74261834058113b9538f89.zip
- use nice new gnome theme by ln and fcrozat
- remove old no more used themes - for doc team, provide an option so that we'll override some colors of the default theme (for B&W printing screeshots)
Diffstat (limited to 'perl-install/share/install.rc')
-rw-r--r--perl-install/share/install.rc21
1 files changed, 0 insertions, 21 deletions
diff --git a/perl-install/share/install.rc b/perl-install/share/install.rc
deleted file mode 100644
index b86a22c29..000000000
--- a/perl-install/share/install.rc
+++ /dev/null
@@ -1,21 +0,0 @@
-style "default-font"
-{
- fontset = "-*-*-medium-r-normal-*-12-*-*-*-*-*-iso8859-15"
-}
-
-style "small-font"
-{
- fontset = "-*-*-medium-r-normal-*-8-*-*-*-*-*-iso8859-15"
-}
-
-style "logo" = "background"
-{
- # no background image
- engine "pixmap" { image { function = FLAT_BOX } }
-}
-
-widget "*" style "default-font"
-widget "Steps" style "steps"
-widget "*Steps*" style "small-font"
-widget "*logo*" style "logo"
-