]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stockitem.cpp
Make radiobutton tab behaviour the same on MSW
[wxWidgets.git] / src / common / stockitem.cpp
index 80fd5e25f555af7f1f003dcebf1ae163d10e23dc..13be116b1fafaba00e9ac4e272a670d5b2c1a853 100644 (file)
@@ -158,7 +158,7 @@ wxString wxGetStockLabel(wxWindowID id)
     };
 
     #undef STOCKITEM
     };
 
     #undef STOCKITEM
-    
+
     return wxEmptyString;
 }
 
     return wxEmptyString;
 }
 
@@ -171,11 +171,11 @@ bool wxIsStockLabel(wxWindowID id, const wxString& label)
 
     if (label == stock)
         return true;
 
     if (label == stock)
         return true;
-    
+
     stock.Replace(_T("&"), wxEmptyString);
     if (label == stock)
         return true;
     stock.Replace(_T("&"), wxEmptyString);
     if (label == stock)
         return true;
-    
+
     return false;
 }
 
     return false;
 }
 
@@ -189,9 +189,9 @@ const char *wxGetStockGtkID(wxWindowID id)
     #define STOCKITEM(wx,gtk)      \
         case wx:                   \
             return gtk;
     #define STOCKITEM(wx,gtk)      \
         case wx:                   \
             return gtk;
-    
+
     #define STOCKITEM_MISSING(wx)  \
     #define STOCKITEM_MISSING(wx)  \
-        case wxid:                 \
+        case wx:                 \
             return NULL;
 
     #if GTK_CHECK_VERSION(2,4,0)
             return NULL;
 
     #if GTK_CHECK_VERSION(2,4,0)
@@ -259,7 +259,7 @@ const char *wxGetStockGtkID(wxWindowID id)
     };
 
     #undef STOCKITEM
     };
 
     #undef STOCKITEM
-    
+
     return NULL;
 }
 
     return NULL;
 }