bump copyright year
This commit is contained in:
@@ -63,7 +63,7 @@ class AboutDialog(QDialog):
|
|||||||
result.layout = QVBoxLayout(result)
|
result.layout = QVBoxLayout(result)
|
||||||
label = Label("{0}<br>{1}<br>{2}".format(
|
label = Label("{0}<br>{1}<br>{2}".format(
|
||||||
_("KrowLog is a viewer for log files of arbitrary size."),
|
_("KrowLog is a viewer for log files of arbitrary size."),
|
||||||
_("(c) 2022-2024 Andreas Huber"),
|
_("(c) 2022-2025 Andreas Huber"),
|
||||||
_("License: LGPL v3")
|
_("License: LGPL v3")
|
||||||
))
|
))
|
||||||
result.layout.addWidget(label)
|
result.layout.addWidget(label)
|
||||||
|
|||||||
Reference in New Issue
Block a user