Remove a change committed by mistake in commit 86abfd2ce.

It should be committed in a separate commit.
This commit is contained in:
jean-pierre charras 2023-05-31 16:13:39 +02:00
parent b22b0e5d03
commit a4b73d74a3
1 changed files with 1 additions and 1 deletions

View File

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