From f863e28479026a937b3d14aa27d385504bd53aab Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 17 Nov 2011 03:58:05 +0000 Subject: [PATCH] Add Select All to the subtitles menu. Closes #1226. Originally committed to SVN as r5871. --- aegisub/src/libresrc/default_menu.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aegisub/src/libresrc/default_menu.json b/aegisub/src/libresrc/default_menu.json index 3ccb5efde..2f1affecb 100644 --- a/aegisub/src/libresrc/default_menu.json +++ b/aegisub/src/libresrc/default_menu.json @@ -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" },