aboutsummaryrefslogtreecommitdiff
path: root/audio/autozen/files/patch-ac
blob: 375b3d7f87c7cb745164b779c69434e46fcf51f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- autozen.c.orig	Sun Mar  4 16:56:21 2001
+++ autozen.c	Mon Apr  9 23:49:01 2001
@@ -223,7 +223,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_file_selection_complete( GTK_FILE_SELECTION(filew), "*.seq");
 	gtk_widget_show(filew);