Update `Help` links

This commit is contained in:
Reinhard Pointner 2016-08-04 23:45:15 +08:00
parent 70e25174c5
commit db8860c1ba
2 changed files with 4 additions and 1 deletions

View File

@ -28,6 +28,8 @@ link.bugs: https://www.filebot.net/forums/viewforum.php?f=6
link.help: https://www.filebot.net/forums/viewforum.php?f=8
link.help.mas: https://www.filebot.net/forums/viewforum.php?f=12
link.subtitles.mas: https://www.filebot.net/forums/viewtopic.php?f=12&t=3350
link.console.mas: https://www.filebot.net/forums/viewtopic.php?f=4&t=2049
# api keys for webservices
apikey.fanart.tv: 780b986b22c35e6f7a134a2f392c2deb

View File

@ -33,7 +33,8 @@ public class FileBotMenuBar {
if (isMacSandbox()) {
help.addSeparator();
help.add(createLink("Where is FileBot Subtitles?", getApplicationProperty("link.subtitles.mas")));
help.add(createLink("How to install FileBot Subtitles?", getApplicationProperty("link.subtitles.mas")));
help.add(createLink("How to install FileBot Command Line Tools?", getApplicationProperty("link.console.mas")));
}
JMenuBar menuBar = new JMenuBar();