Added option for visiting soundpacks section in website, from the help menu #247

This commit is contained in:
2018-08-26 02:48:04 -05:00
parent 464fce07b0
commit 12e06eb52d
2 changed files with 33 additions and 1 deletions

View File

@@ -74,6 +74,7 @@ class mainFrame(wx.Frame):
self.check_for_updates = help.Append(wx.ID_ANY, _(u"&Check for updates"))
self.reportError = help.Append(wx.ID_ANY, _(u"&Report an error"))
self.visit_website = help.Append(-1, _(u"{0}'s &website").format(application.name,))
self.get_soundpacks = help.Append(-1, _(u"Get soundpacks for TWBlue"))
self.about = help.Append(-1, _(u"About &{0}").format(application.name,))
# Add all to the menu Bar