1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/astro/starplot/files/patch-gui::filedialogs.cc
Trevor Johnson aeb76ac389 new port of StarPlot 0.92.1, an astral viewer with projection from
the third dimension

Submitted by:	Patrick Li <pat@databits.net>
PR:		29910

	She went into a trance, and while she was in the trance,
	she gave some latitude and longitude figures.  We focused
	our satellite cameras on that point and the plane was there.

	--President Jimmy Carter
2001-08-30 04:50:19 +00:00

12 lines
438 B
C++

--- gui/filedialogs.cc.orig Mon Aug 20 13:14:42 2001
+++ 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);