From 8334c5b95809cae275ece6678c62f5715e7990cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 15 Aug 2004 19:48:05 +0000 Subject: [PATCH] another fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/stockitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.45.2