pkgsrc/cad/gwave/patches/patch-ah
dmcmahill ddeeeb7f29 - gcc3-ify (multi-line strings)
- be explicit about the location of graph (from plotutils) to help systems
  which have a graph program that doesn't work here.
2003-11-05 22:31:43 +00:00

17 lines
762 B
Text

$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;