URI: 
       tMerge pull request #1617 from Kefkius/gui - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 9c122c469bda27dce617b76a644d007e6ff5be9e
   DIR parent 6acbe4226ec2f063992b3a0e2280a0256b2915a1
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Fri,  8 Jan 2016 16:10:50 +0100
       
       Merge pull request #1617 from Kefkius/gui
       
       Use info message box for Pay-To-Many instructions
       Diffstat:
         M gui/qt/main_window.py               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -1545,7 +1545,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
                    _('Format: address, amount'),
                    _('You may load a CSV file using the file icon.')
                ])
       -        self.show_warning(msg, title=_('Pay to many'))
       +        self.show_message(msg, title=_('Pay to many'))
        
            def payto_contacts(self, labels):
                paytos = [self.get_contact_payto(label) for label in labels]