cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user