diff options
author | steve <steve@FreeBSD.org> | 1999-12-27 00:50:04 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-27 00:50:04 +0000 |
commit | f3f9da1f7727c82f9a406e14aefc9d9fb60d7942 (patch) | |
tree | dfb3c97c6b7f69cb1eeb4ff6222ca635c3c09184 /x11-toolkits/gtk20 | |
parent | 80f9ac167927afe1b2c72b52629e067f71acc015 (diff) | |
download | FreeBSD-ports-f3f9da1f7727c82f9a406e14aefc9d9fb60d7942.zip FreeBSD-ports-f3f9da1f7727c82f9a406e14aefc9d9fb60d7942.tar.gz |
Allow multiple (different) font families to be used by our Russian
counterparts.
PR: 14957
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r-- | x11-toolkits/gtk20/files/patch-af | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/files/patch-af b/x11-toolkits/gtk20/files/patch-af new file mode 100644 index 0000000..7bbde8a --- /dev/null +++ b/x11-toolkits/gtk20/files/patch-af @@ -0,0 +1,10 @@ +--- gtk/gtkrc.ru.orig Sun Dec 26 13:11:13 1999 ++++ gtk/gtkrc.ru Sun Dec 26 13:11:30 1999 +@@ -1,6 +1,6 @@ + style "gtk-default-ru" { + fontset = "-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-*,\ +- -cronyx-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r" ++ -*-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r" + } + class "GtkWidget" style "gtk-default-ru" + |