1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/x11-toolkits/gtk20/files/patch-af
Akinori MUSHA 1aceb77cc6 Fix the awful error in the fontset specifications for several languages.
PR:		ports/18054
Submitted by:	Dmitry Sivachenko <dima@Chg.RU>
2000-04-25 10:36:12 +00:00

13 lines
609 B
Plaintext

--- gtk/gtkrc.ru.orig Wed Feb 16 20:18:08 2000
+++ gtk/gtkrc.ru Tue Apr 25 19:22:20 2000
@@ -1,7 +1,7 @@
style "gtk-default-ru" {
fontset = "-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-*,\
- -*-arial-medium-r-normal--12-*-*-*-*-*-iso8859-1,\"
- -cronyx-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r,\"
+ -*-arial-medium-r-normal--12-*-*-*-*-*-iso8859-1,\
+ -*-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r,\
-*-arial-medium-r-normal--12-*-*-*-*-*-koi8-r"
}
class "GtkWidget" style "gtk-default-ru"