diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-03-14 14:18:59 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-03-14 14:18:59 +0000 |
commit | b3627141dd6d57729bdf864dc64ee17d8ab7d340 (patch) | |
tree | 79b266b9537ab8985e257a04bee06e13946ca781 /perl-install/install_gtk.pm | |
parent | 9bb4f595f540e891a2901c309bdf9f621c099348 (diff) | |
download | drakx-b3627141dd6d57729bdf864dc64ee17d8ab7d340.tar drakx-b3627141dd6d57729bdf864dc64ee17d8ab7d340.tar.gz drakx-b3627141dd6d57729bdf864dc64ee17d8ab7d340.tar.bz2 drakx-b3627141dd6d57729bdf864dc64ee17d8ab7d340.tar.xz drakx-b3627141dd6d57729bdf864dc64ee17d8ab7d340.zip |
completed language list
completed language->keyboard guessing list
aesthetic changes to an English message (removed \n and let gtk+
do the formatting, it is nicer)
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r-- | perl-install/install_gtk.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 6759403ca..7e31acf04 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -55,11 +55,11 @@ sub install_theme { Gtk::Rc->parse_string(qq( style "default-font" { - fontset = "$font" + fontset = "$font,*" } style "small-font" { - fontset = "$font2" + fontset = "$font2,*" } widget "*" style "default-font" widget "*Steps*" style "small-font" |