Compare commits

...

2 Commits

2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
VERSION=1.19
VERSION=1.20

View File

@ -4,7 +4,7 @@
# Copyright 2011 michiamophil (openmamba user :-)
# Copyright 2011-2020 Silvan Calarco
# ChangeLog:
# (michiamophil on 11/11/11) Rewrited all the graphic code and removed gui.py
# (michiamophil on 11/11/11) Rewritten all the graphic code and removed gui.py
from PyQt4 import QtGui, QtCore
@ -403,7 +403,7 @@ def end_forced():
# Program start
app = QtGui.QApplication(['usbinstall'])
gettext.install('usbinstall', '/usr/share/locale', 1)
gettext.install('usbinstall', '/usr/share/locale')
window = create_window()
mainloop = GLib.MainLoop()