]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed compile error
authorRobin Dunn <robin@alldunn.com>
Tue, 31 Aug 2004 17:26:25 +0000 (17:26 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 31 Aug 2004 17:26:25 +0000 (17:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/stockitem.cpp

index 80fd5e25f555af7f1f003dcebf1ae163d10e23dc..b6336d564541e9632c11c2cffae8373f5bfd8df8 100644 (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)