mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-22 02:29:18 +01:00
changed a string
This commit is contained in:
parent
f626d58177
commit
a022c5731c
@ -25,6 +25,7 @@ class MWQwad(QMainWindow, Ui_Qwad):
|
|||||||
QMainWindow.__init__(self, parent)
|
QMainWindow.__init__(self, parent)
|
||||||
self.setupUi(self)
|
self.setupUi(self)
|
||||||
self.defaultversion = self.trUtf8("""(Latest)""")
|
self.defaultversion = self.trUtf8("""(Latest)""")
|
||||||
|
self.availableVersions.setText("(---)")
|
||||||
self.VersionlineEdit.setText(self.defaultversion)
|
self.VersionlineEdit.setText(self.defaultversion)
|
||||||
for key in TitleIDs.sorted_copy(TitleIDs.TitleDict):
|
for key in TitleIDs.sorted_copy(TitleIDs.TitleDict):
|
||||||
self.comboBox.addItem(key)
|
self.comboBox.addItem(key)
|
||||||
|
Loading…
Reference in New Issue
Block a user