This important fix and will be god to incude this to 1.2.5.

Fix default font list name. Now on initializing gtk+ look for:
first: -*-aplos-medium-r-normal--12-*-*-*-*-*-iso8859-2 (this is biznet font),
second: -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-2,
third: -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1.

Now all translated text to EE languages are displayed with correct font on
system with installed biznet iso8859-2 pixmap fonts (many Linux
distribution).
This commit is contained in:
Tomasz Kłoczko 1999-09-23 04:41:32 +00:00
parent 6c13b03a45
commit 9df3375f61

View File

@ -5,8 +5,9 @@
# and a gtkrc.$LANG doesn't exist yet.
style "default" {
fontset = "-*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1,\
-*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-2"
fontset = "-*-aplos-medium-r-normal--12-*-*-*-*-*-iso8859-2,
-*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-2,\
-*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1"
}
class "GtkWidget" style "default"