fixed compile error

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-08-31 17:26:25 +00:00
parent e6cbc5e169
commit c4c3e30f2e

View File

@ -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)