From 3263bda23b8bccb9958471be064603d958f08253 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 26 Dec 2022 16:23:14 +0100 Subject: Improve game import in db --- src/ochess.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ochess.hpp') 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)) { \ -- cgit v1.2.3