From c4c3e30f2eb4b6771869d1661c32e0b732a6874a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 31 Aug 2004 17:26:25 +0000 Subject: [PATCH] fixed compile error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/stockitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/stockitem.cpp b/src/common/stockitem.cpp index 80fd5e25f5..b6336d5645 100644 --- a/src/common/stockitem.cpp +++ b/src/common/stockitem.cpp @@ -191,7 +191,7 @@ const char *wxGetStockGtkID(wxWindowID id) return gtk; #define STOCKITEM_MISSING(wx) \ - case wxid: \ + case wx: \ return NULL; #if GTK_CHECK_VERSION(2,4,0)