Open Webpage

This commit is contained in:
Gerrit Linnemann 2015-12-02 09:04:57 +01:00
parent ef79e121b8
commit b851620621
2 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,9 @@ class MainViewController: NSViewController {
} }
@IBAction func actionOpenRegister(sender: NSButton) { @IBAction func actionOpenRegister(sender: NSButton) {
print("Not implemented yet") if let url = NSURL(string: Constants.Web.REGISTER){
NSWorkspace.sharedWorkspace().openURL(url)
}
} }
@IBAction func actionSaveSettings(sender: NSButton) { @IBAction func actionSaveSettings(sender: NSButton) {