summaryrefslogtreecommitdiffstats
path: root/perl-install/share
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share')
-rw-r--r--perl-install/share/diskdrake.rc4
-rw-r--r--perl-install/share/install.rc7
-rw-r--r--perl-install/share/po/Makefile2
3 files changed, 7 insertions, 6 deletions
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: %