This commit is contained in:
2021-10-29 16:52:33 +02:00
parent 86b70f43ac
commit c33fd9b2b7
2 changed files with 4 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ class AboutDialog(QDialog):
def __init__(self, parent=None):
super(AboutDialog, self).__init__(parent)
self.setWindowTitle(self.tr("About"))
self.setWindowTitle(self.tr("About RavenLog"))
self.setModal(True)
self.layout = QVBoxLayout(self)