URI: 
       tinstall instructions for zbar. fixes #610 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 838a3e3187a18f85f4da706b9a650fd49255bf09
   DIR parent 173c034e2619dda72fe4f6bf5e69e839b9632de0
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Thu, 12 Jun 2014 16:57:23 +0200
       
       install instructions for zbar. fixes #610
       
       Diffstat:
         M plugins/qrscanner.py                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/plugins/qrscanner.py b/plugins/qrscanner.py
       t@@ -23,7 +23,7 @@ class Plugin(BasePlugin):
        
            def fullname(self): return 'QR scans'
        
       -    def description(self): return "QR Scans.\nInstall the zbar package (http://zbar.sourceforge.net/download.html) to enable this plugin"
       +    def description(self): return "QR Scans.\nInstall the zbar package to enable this plugin.\nOn linux, type: 'apt-get install python-zbar'"
        
            def __init__(self, gui, name):
                BasePlugin.__init__(self, gui, name)