* "Report Bugs" Help menu item
This commit is contained in:
parent
2013384a45
commit
bddb28cd6d
|
@ -221,6 +221,7 @@ public final class Settings {
|
|||
links.put("FAQ", getApplicationLink("link.faq"));
|
||||
links.put("Forums", getApplicationLink("link.forums"));
|
||||
links.put("Twitter", getApplicationLink("link.twitter"));
|
||||
links.put("Report Bugs", getApplicationLink(isMacSandbox() ? "link.help.mas" : "link.bugs"));
|
||||
links.put("Request Help", getApplicationLink(isMacSandbox() ? "link.help.mas" : "link.help"));
|
||||
return links;
|
||||
}
|
||||
|
|
|
@ -23,6 +23,7 @@ link.intro: http://www.filebot.net/getting-started/
|
|||
link.faq: https://www.filebot.net/forums/viewtopic.php?f=3&t=7
|
||||
link.forums: https://www.filebot.net/forums/
|
||||
link.twitter: https://twitter.com/filebot_renamer
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue