openbsd-ports/x11/extace/patches/patch-src_input_c
ajacoutot a5a8f4c2fa Import extace-1.9.6
eXtace is an audio visualization plugin for the X-Window System.  It
connects to ESD (Enlightened Sound Daemon) and displays the audio data
as either a pseudo 3D flying landscape, pseudo 3D pointed landscape,
16-256 channel graphic EQ, multi-mode oscilloscopes, horizontal
spectrogram, or a combination of hi-res FFT with a vertical spectrogram.

All modes are fully scalable to nearly any resolution (within your
CPU/X11 capabilites).  Resolutions up to 1600x1200 at 40 FPS use
typically less than 30% CPU, depending on your host CPU/X11
capabilities.
2007-01-08 11:00:40 +00:00

13 lines
537 B
Plaintext

$OpenBSD: patch-src_input_c,v 1.1.1.1 2007/01/08 11:00:40 ajacoutot Exp $
--- src/input.c.orig Sun Jan 7 12:44:44 2007
+++ src/input.c Sun Jan 7 12:44:57 2007
@@ -303,7 +303,7 @@ int open_datasource(DataSource source)
gtk_window_set_title(GTK_WINDOW(errbox),"ERROR!!!");
label = gtk_label_new(
"Error, Cannot connect to input source!!\n"
- "PLease check settings in the options panel.\n");
+ "Please check settings in the options panel.\n");
gtk_container_add(GTK_CONTAINER(errbox), label);
gtk_widget_show_all(errbox);