summaryrefslogtreecommitdiff
path: root/linux/dialogs.h
diff options
context:
space:
mode:
authorleo2011-09-01 21:55:05 +0000
committerleo2011-09-01 21:55:05 +0000
commit59621b8d522ac0cc6e47ec9888fec1e846d17eb8 (patch)
treebab3dfba97ee3a62e1c1c52f49425002e9e177ae /linux/dialogs.h
parent3b0e7077ffacb03cb2c75ff552637ce1a7154b9c (diff)
Merged several Linux UI fixes from the 0.76 branch.leocad-0.75
git-svn-id: http://svn.leocad.org/branches/leocad-0.75@983 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'linux/dialogs.h')
-rw-r--r--linux/dialogs.h2
1 files changed, 1 insertions, 1 deletions
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);