diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-26 16:23:14 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-26 16:23:14 +0100 |
| commit | 3263bda23b8bccb9958471be064603d958f08253 (patch) | |
| tree | 390886397e25b27d78993442ed560e19928211de /src/ochess.hpp | |
| parent | 1c2d2a14ac1b8eab0504f657b02ab10290f92bf6 (diff) | |
Improve game import in db
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)) { \ |
