summaryrefslogtreecommitdiff
path: root/cad/gwave/patches/patch-ab
blob: 40b4ecaaedbe5155d18872de5fa414af1595b802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
$NetBSD: patch-ab,v 1.3 2003/11/05 22:31:43 dmcmahill Exp $

--- src/cmd.c.orig	2003-02-12 22:54:17.000000000 -0500
+++ src/cmd.c
@@ -42,9 +42,9 @@
 #include <measurebtn.h>
 
 XSCM_HOOK(new_visiblewave_hook, "new-visiblewave-hook", 1, (SCM vw),
-"This hook is invoked with one VisibleWave argument, VW,
-when the VisibleWave is first created.   The main purpose of this hook 
-will be to create the button and menus attached to the VisibleWave.");
+"This hook is invoked with one VisibleWave argument, VW,"
+"when the VisibleWave is first created.   The main purpose of this hook "
+"will be to create the button and menus attached to the VisibleWave.");
 
 /* reset the x zoom scale of all panels */
 gint cmd_zoom_absolute(double start, double end)
@@ -131,8 +131,8 @@ vw_wp_list_if_selected(gpointer p, gpoin
 }
 
 XSCM_DEFINE(delete_selected_waves_x, "delete-selected-waves!", 0, 0, 0, (),
-  "Remove from panels any VisibleWaves that have been
-selected by clicking on their label-buttons.")
+  "Remove from panels any VisibleWaves that have been"
+"selected by clicking on their label-buttons.")
 #define FUNC_NAME s_delete_selected_waves_x
 {
 	int i;
@@ -612,9 +612,9 @@ XSCM_DEFINE(visiblewave_panel, "visiblew
 #undef FUNC_NAME
 
 XSCM_DEFINE(visiblewave_button, "visiblewave-button", 1, 0, 0, (SCM vw),
-"Given a VisibleWave VW, return the Gtk button associated with the
-wave.  Since the button already has a label, all you can do is
-add events to the button.")
+"Given a VisibleWave VW, return the Gtk button associated with the"
+"wave.  Since the button already has a label, all you can do is"
+"add events to the button.")
 #define FUNC_NAME s_visiblewave_button
 {
 	VisibleWave *cvw;
@@ -701,8 +701,8 @@ XSCM_DEFINE(set_visiblewave_color_x, "se
 
 XSCM_DEFINE(set_visiblewave_measure_x, "set-visiblewave-measure!", 3, 0, 0, 
 	   (SCM vw, SCM n, SCM func),
- "Change the measurement box numbered N (0 or 1) of displayed waveform
- VW to display the result of the measurement function FUNC")
+ "Change the measurement box numbered N (0 or 1) of displayed waveform"
+ "VW to display the result of the measurement function FUNC")
 #define FUNC_NAME s_set_visiblewave_measure_x
 {
 	VisibleWave *cvw;