diff options
author | nakai <nakai@FreeBSD.org> | 1999-10-25 13:29:30 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-10-25 13:29:30 +0800 |
commit | 3859cb666484d61b9b68846a85145896f15d7394 (patch) | |
tree | bf4c5b6b0792b34713a7032ba59ab7b90f1fad21 | |
parent | 141c8e4d5825e6203e16792059f0fc63b4fd3e29 (diff) | |
download | freebsd-ports-gnome-3859cb666484d61b9b68846a85145896f15d7394.tar.gz freebsd-ports-gnome-3859cb666484d61b9b68846a85145896f15d7394.tar.zst freebsd-ports-gnome-3859cb666484d61b9b68846a85145896f15d7394.zip |
Add a patch for i18n about dialog.
-rw-r--r-- | x11/gnome-libs/files/patch-bj | 20 | ||||
-rw-r--r-- | x11/gnomelibs/files/patch-bj | 20 | ||||
-rw-r--r-- | x11/libgnome/files/patch-bj | 20 |
3 files changed, 60 insertions, 0 deletions
diff --git a/x11/gnome-libs/files/patch-bj b/x11/gnome-libs/files/patch-bj new file mode 100644 index 000000000000..79eab1570aaf --- /dev/null +++ b/x11/gnome-libs/files/patch-bj @@ -0,0 +1,20 @@ +--- libgnomeui/gnome-about.c.orig Mon Oct 25 13:34:06 1999 ++++ libgnomeui/gnome-about.c Mon Oct 25 13:58:13 1999 +@@ -1,6 +1,6 @@ + /* GNOME GUI Library + * Copyright (C) 1998 Cesar Miquel <miquel@df.uba.ar> +- * Based in gnome-about, copyright (C) 1998 Horacio J. Peņa ++ * Based in gnome-about, copyright (C) 1998 Horacio J. Pe$Bqa(B + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public +@@ -414,6 +414,9 @@ + /* FIXME: dirty hack, but it solves i18n problem without rewriting the + drawing code.. */ + style = gtk_style_ref (widget->style); ++ ++ /* For true i18n */ ++ gtk_widget_ensure_style(widget); + + gtk_widget_set_name (widget, "Title"); + gai->font_title = gdk_font_ref (widget->style->font); diff --git a/x11/gnomelibs/files/patch-bj b/x11/gnomelibs/files/patch-bj new file mode 100644 index 000000000000..79eab1570aaf --- /dev/null +++ b/x11/gnomelibs/files/patch-bj @@ -0,0 +1,20 @@ +--- libgnomeui/gnome-about.c.orig Mon Oct 25 13:34:06 1999 ++++ libgnomeui/gnome-about.c Mon Oct 25 13:58:13 1999 +@@ -1,6 +1,6 @@ + /* GNOME GUI Library + * Copyright (C) 1998 Cesar Miquel <miquel@df.uba.ar> +- * Based in gnome-about, copyright (C) 1998 Horacio J. Peņa ++ * Based in gnome-about, copyright (C) 1998 Horacio J. Pe$Bqa(B + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public +@@ -414,6 +414,9 @@ + /* FIXME: dirty hack, but it solves i18n problem without rewriting the + drawing code.. */ + style = gtk_style_ref (widget->style); ++ ++ /* For true i18n */ ++ gtk_widget_ensure_style(widget); + + gtk_widget_set_name (widget, "Title"); + gai->font_title = gdk_font_ref (widget->style->font); diff --git a/x11/libgnome/files/patch-bj b/x11/libgnome/files/patch-bj new file mode 100644 index 000000000000..79eab1570aaf --- /dev/null +++ b/x11/libgnome/files/patch-bj @@ -0,0 +1,20 @@ +--- libgnomeui/gnome-about.c.orig Mon Oct 25 13:34:06 1999 ++++ libgnomeui/gnome-about.c Mon Oct 25 13:58:13 1999 +@@ -1,6 +1,6 @@ + /* GNOME GUI Library + * Copyright (C) 1998 Cesar Miquel <miquel@df.uba.ar> +- * Based in gnome-about, copyright (C) 1998 Horacio J. Peņa ++ * Based in gnome-about, copyright (C) 1998 Horacio J. Pe$Bqa(B + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public +@@ -414,6 +414,9 @@ + /* FIXME: dirty hack, but it solves i18n problem without rewriting the + drawing code.. */ + style = gtk_style_ref (widget->style); ++ ++ /* For true i18n */ ++ gtk_widget_ensure_style(widget); + + gtk_widget_set_name (widget, "Title"); + gai->font_title = gdk_font_ref (widget->style->font); |