Compare commits
2 Commits
3c050e81ee
...
5135626ca1
Author | SHA1 | Date | |
---|---|---|---|
5135626ca1 | |||
0b59771a06 |
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user