1
0

gui: don't show qr code directly in receive tab

This commit is contained in:
ThomasV
2015-04-20 07:48:39 +02:00
parent 8e415d0f2a
commit e780bf3db8
2 changed files with 35 additions and 36 deletions

View File

@@ -43,7 +43,7 @@ class QR_Window(QWidget):
def __init__(self, win):
QWidget.__init__(self)
self.win = win
self.setWindowTitle('Electrum - '+_('Invoice'))
self.setWindowTitle('Electrum - '+_('Payment Request'))
self.setMinimumSize(800, 250)
self.address = ''
self.label = ''