Commit d369df71 authored by twanvl's avatar twanvl

remove debug hack in IconMenu that accidentally go committed

parent 38cf1af7
......@@ -48,7 +48,6 @@ Image generateDisabledImage(const Image& imgIn) {
// ----------------------------------------------------------------------------- : set_menu_item_image
void set_menu_item_image(wxMenuItem* item, const String& resource) {
if(item->GetId() != wxID_NEW)return;//@@@
// load bitmap
Bitmap bitmap = load_resource_tool_image(resource);
#if defined(__WXMSW__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment