Skip to content

Commit

Permalink
RenameClip command moved to a better place
Browse files Browse the repository at this point in the history
  • Loading branch information
crsib committed Sep 25, 2023
1 parent 4ca1ec8 commit ab3c0e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ using namespace MenuTable;

// Register menu items

AttachedItem sAttachment{ wxT("Edit/Other"),
AttachedItem sAttachment{ wxT("Edit/Other/Clip"),
Command( L"RenameClip", XXO("Rename Clip..."),
OnEditClipName, SomeClipIsSelectedFlag(), wxT("Ctrl+F2") )
};
Expand Down

0 comments on commit ab3c0e3

Please sign in to comment.