forked from Lainports/freebsd-ports
11 lines
435 B
Text
11 lines
435 B
Text
--- 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);
|
|
}
|