From 9e6226d7577ca9ecbb477b814658459fa932adaf Mon Sep 17 00:00:00 2001 From: Yukihiro Nakai Date: Mon, 25 Oct 1999 05:29:30 +0000 Subject: Add a patch for i18n about dialog. --- x11/libgnome/files/patch-bj | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 x11/libgnome/files/patch-bj (limited to 'x11/libgnome/files/patch-bj') 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 +- * 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); -- cgit v1.2.3