From 59621b8d522ac0cc6e47ec9888fec1e846d17eb8 Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 1 Sep 2011 21:55:05 +0000 Subject: Merged several Linux UI fixes from the 0.76 branch. git-svn-id: http://svn.leocad.org/branches/leocad-0.75@983 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- linux/dialogs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/dialogs.h') diff --git a/linux/dialogs.h b/linux/dialogs.h index cf69fc3..1cacd8b 100644 --- a/linux/dialogs.h +++ b/linux/dialogs.h @@ -18,7 +18,7 @@ int openprojectdlg_execute (char* filename); int saveprojectdlg_execute (char* filename); int savepicturedlg_execute (void* param); int msgbox_execute (const char* text, const char *caption, int flags); -int filedlg_execute(char* caption, char* filename); +int filedlg_execute(const char* caption, char* filename); int arraydlg_execute(void* param); int aboutdlg_execute(void* param); int htmldlg_execute(void* param); -- cgit v1.2.3