diff options
Diffstat (limited to 'src/ochess.hpp')
| -rw-r--r-- | src/ochess.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ochess.hpp b/src/ochess.hpp index 7f94fe1..2692521 100644 --- a/src/ochess.hpp +++ b/src/ochess.hpp @@ -21,7 +21,7 @@ NULL, wxT(message), wxT("Error"), wxOK | wxICON_ERROR); \ dial->ShowModal(); \ } - +#define SHOW_DIALOG_INFO(message) {wxMessageBox( wxT(message) );} #define REQUIRE_FILE(file) \ { \ if (!wxFileExists(file)) { \ |
