summaryrefslogtreecommitdiff
path: root/rbutil/rbutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutil.h')
-rw-r--r--rbutil/rbutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/rbutil.h b/rbutil/rbutil.h
index 8d95c1c2d5..193ce45be8 100644
--- a/rbutil/rbutil.h
+++ b/rbutil/rbutil.h
@@ -137,10 +137,10 @@ bool rm_rf(wxString file);
137 137
138 138
139#define ERR_DIALOG(msg, title) \ 139#define ERR_DIALOG(msg, title) \
140 wxLogError("%s: %s", ((wxString) title).c_str(), ((wxString) msg).c_str()) 140 wxLogError(wxT("%s: %s"), ((wxString) title).c_str(), ((wxString) msg).c_str())
141 141
142#define WARN_DIALOG(msg, title) \ 142#define WARN_DIALOG(msg, title) \
143 wxLogWarning("%s: %s", ((wxString) title).c_str(), ((wxString) msg).c_str()) 143 wxLogWarning(wxT("%s: %s"), ((wxString) title).c_str(), ((wxString) msg).c_str())
144 144
145#define MESG_DIALOG(msg) \ 145#define MESG_DIALOG(msg) \
146 wxLogMessage(msg) 146 wxLogMessage(msg)