From: Václav Slavík Date: Sun, 15 Aug 2004 19:48:05 +0000 (+0000) Subject: another fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8334c5b95809cae275ece6678c62f5715e7990cb?ds=inline another fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/stockitem.cpp b/src/common/stockitem.cpp index 0f54c36dc5..b065203e8f 100644 --- a/src/common/stockitem.cpp +++ b/src/common/stockitem.cpp @@ -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)