Revision: 4918 http://geany.svn.sourceforge.net/geany/?rev=4918&view=rev Author: eht16 Date: 2010-05-16 17:42:45 +0000 (Sun, 16 May 2010)
Log Message: ----------- Oops
Modified Paths: -------------- trunk/src/win32.h
Modified: trunk/src/win32.h =================================================================== --- trunk/src/win32.h 2010-05-15 13:14:38 UTC (rev 4917) +++ trunk/src/win32.h 2010-05-16 17:42:45 UTC (rev 4918) @@ -29,7 +29,7 @@
gchar *win32_show_file_dialog(GtkWindow *parent, const gchar *title, const gchar *initial_dir);
-gboolean win32_show_document_open_dialog(gboolean file_open, const gchar *initial_dir); +gboolean win32_show_document_open_dialog(GtkWindow *parent, const gchar *title, const gchar *initial_dir);
gchar *win32_show_document_save_as_dialog(GtkWindow *parent, const gchar *title, const gchar *initial_file);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.