X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f7bcb48fd9a642036a3bf5c70e2b0c9576df1b1..3ca1bf5add01419ba173f0567b060fdd9fd605f9:/src/common/stockitem.cpp 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)