Kaydet (Commit) 89c58307 authored tarafından Enrico Tröger's avatar Enrico Tröger

Oops

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4918 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst cd246927
......@@ -29,7 +29,7 @@ void win32_show_pref_file_dialog(GtkEntry *item);
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment