summaryrefslogtreecommitdiff
path: root/cad/gwave/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'cad/gwave/patches/patch-ah')
-rw-r--r--cad/gwave/patches/patch-ah17
1 files changed, 17 insertions, 0 deletions
diff --git a/cad/gwave/patches/patch-ah b/cad/gwave/patches/patch-ah
new file mode 100644
index 00000000000..c843eeabd6b
--- /dev/null
+++ b/cad/gwave/patches/patch-ah
@@ -0,0 +1,17 @@
+$NetBSD: patch-ah,v 1.1 2003/11/05 22:31:43 dmcmahill Exp $
+
+--- src/gtkmisc.c.orig 2002-03-27 23:05:38.000000000 -0500
++++ src/gtkmisc.c
+@@ -284,9 +284,9 @@ shape_create_icon_d (char **xpm_data
+ }
+
+ XSCM_DEFINE(gtk_tooltips_enabled_p, "gtk-tooltips-enabled?", 1, 0, 0, (SCM tt),
+- "Return #t if the GtkTooltips object TT is enabled, otherwise
+-return #f. See gtk-tooltips-enable in the guile-gtk documentation,
+-or gtk_tooltips_enable in the Gtk+ documentation for GtkTooltips.")
++ "Return #t if the GtkTooltips object TT is enabled, otherwise"
++"return #f. See gtk-tooltips-enable in the guile-gtk documentation,"
++"or gtk_tooltips_enable in the Gtk+ documentation for GtkTooltips.")
+ #define FUNC_NAME s_gtk_tooltips_enabled_p
+ {
+ GtkTooltips *gtktt;