X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=qml%2FQZeeControl%2FAboutDialog.qml;fp=qml%2FQZeeControl%2FAboutDialog.qml;h=c71e33e40839d2932225331a35e5f669fb43ff85;hb=10d53a95b7bf9c4b93ab5b0249082613823b76bc;hp=11d926429b399b6f7a90b898fb54ae541fe301df;hpb=ce510838dcee45f2efa11425a7c3df27b7b7d2e1;p=qzeecontrol diff --git a/qml/QZeeControl/AboutDialog.qml b/qml/QZeeControl/AboutDialog.qml index 11d9264..c71e33e 100644 --- a/qml/QZeeControl/AboutDialog.qml +++ b/qml/QZeeControl/AboutDialog.qml @@ -28,7 +28,7 @@ Dialog { Text { id: homepage - text: "QZeeControl
Version 0.1.0
" + text: "QZeeControl
Version 0.2.0
" textFormat: Text.RichText; onLinkActivated: { Qt.openUrlExternally(link); } font.pixelSize: 25; horizontalAlignment: Text.AlignHCenter;