summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorleo2011-09-01 21:55:05 +0000
committerleo2011-09-01 21:55:05 +0000
commit59621b8d522ac0cc6e47ec9888fec1e846d17eb8 (patch)
treebab3dfba97ee3a62e1c1c52f49425002e9e177ae /win
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 'win')
-rw-r--r--win/System.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/System.cpp b/win/System.cpp
index 652346a..5c310aa 100644
--- a/win/System.cpp
+++ b/win/System.cpp
@@ -1128,7 +1128,7 @@ void SystemSetWindowCaption(char* caption)
AfxSetWindowText(AfxGetMainWnd()->m_hWnd, caption);
}
-int SystemDoMessageBox(char* prompt, int nMode)
+int SystemDoMessageBox(const char* prompt, int nMode)
{
return AfxMessageBox(prompt, nMode);
}