forked from mia/Aegisub
Add Select All to the subtitles menu. Closes #1226.
Originally committed to SVN as r5871.
This commit is contained in:
parent
8831de5774
commit
f863e28479
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@
|
|||
{},
|
||||
{ "submenu" : "main/subtitle/sort lines", "text" : "Sort Lines" },
|
||||
{ "command" : "edit/line/swap" },
|
||||
{ "command" : "tool/line/select" }
|
||||
{ "command" : "tool/line/select" },
|
||||
{ "command" : "subtitle/select/all" }
|
||||
],
|
||||
"main/subtitle/insert lines" : [
|
||||
{ "command" : "subtitle/insert/before" },
|
||||
|
|
Loading…
Reference in a new issue