disable text gui, as it is not ready for release

This commit is contained in:
ThomasV 2012-10-28 07:45:11 +01:00
parent 76eff7fdb6
commit f40ca9efa6
1 changed files with 1 additions and 1 deletions

View File

@ -1296,7 +1296,7 @@ class ElectrumWindow(QMainWindow):
gui_label=QLabel(_('Default GUI') + ':')
grid.addWidget(gui_label , 7, 0)
gui_combo = QComboBox()
gui_combo.addItems(['Lite', 'Classic', 'Gtk', 'Text'])
gui_combo.addItems(['Lite', 'Classic', 'Gtk'])
index = gui_combo.findText(self.config.get("gui","classic").capitalize())
if index==-1: index = 1
gui_combo.setCurrentIndex(index)