another fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-08-15 19:48:05 +00:00
parent 649f705317
commit 8334c5b958

View File

@@ -116,7 +116,7 @@ const char *wxStockItemToGTK(wxStockItemID item)
#define STOCKITEM_MISSING(stockid) \
case wx##stockid: \
return wxEmptyString; \
return NULL; \
break;
#if GTK_CHECK_VERSION(2,4,0)