summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authorMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-15 09:40:27 +0200
committerMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-15 09:40:27 +0200
commit56942fc52e637e6b721ddd8e11b84e1855c6b84d (patch)
tree89e906daa0721facab4b6372891ebf210240d087 /examples/widgets
parent9b34c6dffcb19664e336d4b51092e042e861f475 (diff)
Better text to label
Diffstat (limited to 'examples/widgets')
-rw-r--r--examples/widgets/softkeys/softkeys.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/softkeys/softkeys.cpp b/examples/widgets/softkeys/softkeys.cpp
index 87d11c95a..083d05c62 100644
--- a/examples/widgets/softkeys/softkeys.cpp
+++ b/examples/widgets/softkeys/softkeys.cpp
@@ -46,7 +46,7 @@ MainWindow::MainWindow(QWidget *parent)
{
central = new QWidget(this);
setCentralWidget(central);
- infoLabel = new QLabel(tr("Funky stuff in menu!"));
+ infoLabel = new QLabel(tr("Open menu to start!"));
layout = new QVBoxLayout;
layout->addWidget(infoLabel);