summaryrefslogtreecommitdiff
path: root/cad/gwave/patches/patch-ah
blob: c843eeabd6bfc582613a377b959c8447a13438b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;