From 4d37bebbb47db98088c70d4d4395ca29cef35f8a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 29 Feb 2000 23:50:14 +0000 Subject: no_comment --- perl-install/share/diskdrake.rc | 4 +--- perl-install/share/install.rc | 7 +++++-- perl-install/share/po/Makefile | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'perl-install/share') diff --git a/perl-install/share/diskdrake.rc b/perl-install/share/diskdrake.rc index 814c0f924..198aa9f05 100644 --- a/perl-install/share/diskdrake.rc +++ b/perl-install/share/diskdrake.rc @@ -1,8 +1,6 @@ style "font" { - # to be sure - font = "-*-helvetica-medium-r-normal-*-*-80-*-*-*-*-*-*" - fontset = "-*-helvetica-medium-r-normal-*-*-80-*-*-*-*-*-*" + fontset = "-*-*-medium-r-normal-*-8-*-*-*-*-*-iso8859-1,*-r-*" } style "red" = "font" diff --git a/perl-install/share/install.rc b/perl-install/share/install.rc index b7201ca94..84c264a4b 100644 --- a/perl-install/share/install.rc +++ b/perl-install/share/install.rc @@ -1,16 +1,19 @@ style "default-font" { - fontset = "-mdk-helvetica-medium-r-normal-*-*-100-*-*-*-*-iso8859-15" + fontset = "-*-*-medium-r-normal-*-10-*-*-*-*-*-iso8859-15" } style "steps" { - fontset = "-mdk-helvetica-medium-r-normal-*-*-80-*-*-*-*-iso8859-15" + fontset = "-*-*-medium-r-normal-*-8-*-*-*-*-*-iso8859-15" } style "logo" { bg[NORMAL] = { 1.0, 1.0, 1.0 } + + # no background image + engine "pixmap" { image { function = FLAT_BOX } } } style "stepsReachable" diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index fce441bca..0fa58cc84 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -20,7 +20,7 @@ $(POFILES): DrakX.pot DrakX.pot: $(PMSFILES) $(MAKE) $(PMSCFILES); - xgettext -F -n --keyword=_ --keyword=__ -o $@ $(PMSCFILES) + xgettext -F -n --add-comments='-PO' --keyword=_ --keyword=__ -o $@ $(PMSCFILES) rm $(PMSCFILES) $(PMSCFILES): %_.c: % -- cgit v1.2.1