From a9eba14df54df5d673d261169c646c28ab184a92 Mon Sep 17 00:00:00 2001 From: Ryan Lucia Date: Sat, 17 Nov 2018 15:57:48 -0500 Subject: [PATCH] Remove assdraw and forums from default menu Reflects changes previously made to remove those elements from Aegisub --- src/libresrc/default_menu.json | 2 -- src/libresrc/osx/default_menu.json | 1 - 2 files changed, 3 deletions(-) diff --git a/src/libresrc/default_menu.json b/src/libresrc/default_menu.json index f213feff3..b1797836f 100644 --- a/src/libresrc/default_menu.json +++ b/src/libresrc/default_menu.json @@ -76,7 +76,6 @@ { "command" : "tool/resampleres" }, { "command" : "subtitle/spellcheck" }, {}, - { "command" : "tool/assdraw" }, { "submenu" : "main/subtitle/insert lines", "text" : "&Insert Lines" }, { "command" : "edit/line/duplicate" }, { "command" : "edit/line/split/before" }, @@ -204,7 +203,6 @@ { "command" : "help/contents" }, {}, { "command" : "help/website" }, - { "command" : "help/forums" }, { "command" : "help/bugs" }, {}, { "command" : "help/irc" }, diff --git a/src/libresrc/osx/default_menu.json b/src/libresrc/osx/default_menu.json index 036753c94..75a9e4a03 100644 --- a/src/libresrc/osx/default_menu.json +++ b/src/libresrc/osx/default_menu.json @@ -213,7 +213,6 @@ { "command" : "help/contents" }, {}, { "command" : "help/website" }, - { "command" : "help/forums" }, { "command" : "help/bugs" }, {}, { "command" : "help/irc" },