From f9618ebe5bf8242d90e5fe1a4e30fcf44fae989d Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 13 Jul 2020 11:24:16 +0200 Subject: [PATCH] Revert "disable this test when no wxMenuBar is present" This reverts commit 769881a45b651eaa04d19fddf4e3cb89c1e35300. --- tests/menu/menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/menu/menu.cpp b/tests/menu/menu.cpp index 151f654ebe..ef957e4f18 100644 --- a/tests/menu/menu.cpp +++ b/tests/menu/menu.cpp @@ -12,7 +12,7 @@ #include "testprec.h" -#if wxUSE_MENUBAR +#if wxUSE_MENUS #ifdef __BORLANDC__ #pragma hdrstop