Browse Source

Remove a change committed by mistake in commit 86abfd2ce.

It should be committed in a separate commit.
newinvert
jean-pierre charras 3 years ago
parent
commit
a4b73d74a3
  1. 2
      common/tool/actions.cpp

2
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,

Loading…
Cancel
Save