Fix order of Cut and Copy on the subtitles grid context menu
Originally committed to SVN as r6196.
This commit is contained in:
parent
3f9080bbee
commit
83805934dd
1 changed files with 1 additions and 1 deletions
|
@ -19,8 +19,8 @@
|
|||
{},
|
||||
{ "command" : "audio/save/clip" },
|
||||
{},
|
||||
{ "command" : "edit/line/copy" },
|
||||
{ "command" : "edit/line/cut" },
|
||||
{ "command" : "edit/line/copy" },
|
||||
{ "command" : "edit/line/paste" },
|
||||
{},
|
||||
{ "command" : "edit/line/delete" }
|
||||
|
|
Loading…
Reference in a new issue