Discord Channel

This commit is contained in:
Reinhard Pointner 2016-10-28 05:24:22 +08:00
parent 5e71a068de
commit 523f1e8fc5
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ link.twitter: https://twitter.com/filebot_renamer
link.facebook: https://www.facebook.com/filebot/
link.faq: https://www.filebot.net/manual.html
link.bugs: https://www.filebot.net/report.html
link.channel: https://www.filebot.net/channel.html
link.help: https://www.filebot.net/support.html
link.help.mas: https://www.filebot.net/mac/support.html
link.subtitles.mas: https://www.filebot.net/mac/subtitles.html

View File

@ -15,6 +15,7 @@ public class FileBotMenuBar {
help.add(createLink("Getting Started", getApplicationProperty("link.intro")));
help.add(createLink("FAQ", getApplicationProperty("link.faq")));
help.add(createLink("Forums", getApplicationProperty("link.forums")));
help.add(createLink("Discord Channel", getApplicationProperty("link.channel")));
help.addSeparator();