diff --git a/common/tool/actions.cpp b/common/tool/actions.cpp index 9a1f463599..58174c8ada 100644 --- a/common/tool/actions.cpp +++ b/common/tool/actions.cpp @@ -163,7 +163,7 @@ TOOL_ACTION ACTIONS::paste( "common.Interactive.paste", AS_GLOBAL, MD_CTRL + 'V', LEGACY_HK_NAME( "Paste" ), _( "Paste" ), _( "Paste item(s) from clipboard" ), - BITMAPS::paste, AF_NONE/*, (void*) wxID_PASTE*/ ); + BITMAPS::paste, AF_NONE, (void*) wxID_PASTE ); TOOL_ACTION ACTIONS::selectAll( "common.Interactive.selectAll", AS_GLOBAL,