From c6520be839dbd52ce61e407c7dea7df900976927 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Mon, 30 Aug 2021 18:00:41 +0300 Subject: [PATCH] KotoPythonCompiler.py GUI fixes Renamed MainWindow title to KotoPythonCompiler title --- OfficialProjects/KotoPythonCompiler/KotoPythonCompiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OfficialProjects/KotoPythonCompiler/KotoPythonCompiler.py b/OfficialProjects/KotoPythonCompiler/KotoPythonCompiler.py index 812eb0e..7aec3f2 100644 --- a/OfficialProjects/KotoPythonCompiler/KotoPythonCompiler.py +++ b/OfficialProjects/KotoPythonCompiler/KotoPythonCompiler.py @@ -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", "\n" "