From b3627141dd6d57729bdf864dc64ee17d8ab7d340 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 14 Mar 2001 14:18:59 +0000 Subject: 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) --- perl-install/install_gtk.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install_gtk.pm') 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" -- cgit v1.2.1