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 22, 2023
1 parent 51a222b commit c21475f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,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 c21475f

Please sign in to comment.