Remove a change committed by mistake in commit 86abfd2ce
.
It should be committed in a separate commit.
This commit is contained in:
parent
b22b0e5d03
commit
a4b73d74a3
|
@ -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…
Reference in New Issue