From c7e90f401bc8805a8fe43b3a9fb7f27e64908943 Mon Sep 17 00:00:00 2001 From: rdymac Date: Fri, 1 Feb 2013 17:45:25 +0100 Subject: [PATCH] import/export tab comment Changed duplicated comment --- lib/gui_qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gui_qt.py b/lib/gui_qt.py index 10457987..084fa1f4 100644 --- a/lib/gui_qt.py +++ b/lib/gui_qt.py @@ -1868,7 +1868,7 @@ class ElectrumWindow(QMainWindow): grid_wallet.setRowStretch(3,1) - # wallet tab + # import/export tab tab3 = QWidget() grid_io = QGridLayout(tab3) grid_io.setColumnStretch(0,1)