summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Kłoczko <kloczek@src.gnome.org>1999-09-23 04:41:32 +0000
committerTomasz Kłoczko <kloczek@src.gnome.org>1999-09-23 04:41:32 +0000
commit9df3375f6154384cf4f939bf9ab441ca384fe839 (patch)
tree396f88a598692b5c87a993cc87f49b262ee87f50
parent6c13b03a451cd34e7674b311c3ef04c019963ee1 (diff)
downloadgdk-pixbuf-9df3375f6154384cf4f939bf9ab441ca384fe839.tar.gz
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).
-rw-r--r--gtk/gtkrc.iso885925
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkrc.iso88592 b/gtk/gtkrc.iso88592
index cfe71a2e4..4d5665ff0 100644
--- a/gtk/gtkrc.iso88592
+++ b/gtk/gtkrc.iso88592
@@ -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"