]> git.saurik.com Git - wxWidgets.git/commitdiff
another fix
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 15 Aug 2004 19:48:05 +0000 (19:48 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 15 Aug 2004 19:48:05 +0000 (19:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/stockitem.cpp

index 0f54c36dc5d8dc375f7efb213ed8566b4ff6fa69..b065203e8ff042771a81a43ff95f6b4ac03af6d8 100644 (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)