blob: 122b33be481bdb51e8d53646da59de02591bd561 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/gui/filedialogs.cc.orig Mon Aug 20 13:14:42 2001
+++ src/gui/filedialogs.cc Mon Aug 20 13:14:52 2001
@@ -159,7 +159,7 @@
if (select_function == help_ok_sel || select_function == help_open_sel) {
if (!help_browser)
gtk_file_selection_set_filename (GTK_FILE_SELECTION(filew),
- "/usr/bin/");
+ "~/");
else
gtk_file_selection_set_filename (GTK_FILE_SELECTION(filew),
help_browser);
|