Use new client guide URL

This commit is contained in:
Etoh 2014-02-22 10:25:41 +00:00
parent fcd926fed6
commit 33550b3039
1 changed files with 1 additions and 6 deletions

View File

@ -62,12 +62,7 @@ class ConfigDialog(QtGui.QDialog):
self.runButton.setText(getMessage("en", "storeandrun-label"))
def openHelp(self):
if sys.platform.startswith('linux'):
self.QtGui.QDesktopServices.openUrl("http://syncplay.pl/guide/linux/")
elif sys.platform.startswith('win'):
self.QtGui.QDesktopServices.openUrl("http://syncplay.pl/guide/windows/")
else:
self.QtGui.QDesktopServices.openUrl("http://syncplay.pl/guide/")
self.QtGui.QDesktopServices.openUrl("http://syncplay.pl/guide/client/")
def _tryToFillPlayerPath(self, playerpath, playerpathlist):
settings = QSettings("Syncplay", "PlayerList")