aboutsummaryrefslogtreecommitdiff
path: root/audio/autozen/files/patch-ac
blob: db38b7fd1962482743677af343dec80b50569c83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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);
 }