};
#undef STOCKITEM
-
+
return wxEmptyString;
}
if (label == stock)
return true;
-
+
stock.Replace(_T("&"), wxEmptyString);
if (label == stock)
return true;
-
+
return false;
}
#define STOCKITEM(wx,gtk) \
case wx: \
return gtk;
-
+
#define STOCKITEM_MISSING(wx) \
- case wxid: \
+ case wx: \
return NULL;
#if GTK_CHECK_VERSION(2,4,0)
};
#undef STOCKITEM
-
+
return NULL;
}