Added link to zbar download page

This commit is contained in:
slush 2013-04-01 04:24:02 +02:00
parent f3a1a57a78
commit a8a267a7dc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from electrum_gui import BasePlugin
class Plugin(BasePlugin):
def __init__(self, gui):
BasePlugin.__init__(self, gui, 'qrscans', 'QR scans', "QR Scans.\nInstall the zbar package to enable this plugin")
BasePlugin.__init__(self, gui, 'qrscans', 'QR scans', "QR Scans.\nInstall the zbar package (http://zbar.sourceforge.net/download.html) to enable this plugin")
self._is_available = self._init()
def _init(self):