1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/audio/autozen/files/patch-ac
Ade Lovett 55dfa65e52 autozen is a GTK+ based program to adjust brain waves with sound.
Spooky, eh? :)

PR:		21311
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-09-16 17:29:55 +00:00

12 lines
435 B
Plaintext

--- autozen.c.orig Sat Sep 16 14:01:23 2000
+++ autozen.c Sat Sep 16 14:07:48 2000
@@ -199,7 +199,7 @@
/* Lets set the filename, as if this were a save dialog, and we are giving
a default filename */
gtk_file_selection_set_filename (GTK_FILE_SELECTION(filew),
- "*.seq");
+ "X11BASE/share/autozen/*.seq");
gtk_widget_show(filew);
}