KotoPythonCompiler.py GUI fixes
Renamed MainWindow title to KotoPythonCompiler title
This commit is contained in:
@@ -49,7 +49,7 @@ class Ui_MainWindow(object):
|
||||
|
||||
def retranslateUi(self, MainWindow):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow"))
|
||||
MainWindow.setWindowTitle(_translate("MainWindow", "KotoPythonCompiler"))
|
||||
self.path.setPlaceholderText(_translate("MainWindow", "Path/To/File.py"))
|
||||
self.appName.setHtml(_translate("MainWindow", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
||||
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
|
||||
|
||||
Reference in New Issue
Block a user