diff --git a/src/qml/main.qml b/src/qml/main.qml index a6277bb..2d450ee 100644 --- a/src/qml/main.qml +++ b/src/qml/main.qml @@ -724,7 +724,7 @@ ApplicationWindow { } Action { - text: "Fullscreen" + text: "About Qt" onTriggered: { player.launchAboutQt() }