diff options
author | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-15 07:40:27 (GMT) |
---|---|---|
committer | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-15 07:40:27 (GMT) |
commit | 56942fc52e637e6b721ddd8e11b84e1855c6b84d (patch) | |
tree | 89e906daa0721facab4b6372891ebf210240d087 /examples/widgets | |
parent | 9b34c6dffcb19664e336d4b51092e042e861f475 (diff) | |
download | Qt-56942fc52e637e6b721ddd8e11b84e1855c6b84d.zip Qt-56942fc52e637e6b721ddd8e11b84e1855c6b84d.tar.gz Qt-56942fc52e637e6b721ddd8e11b84e1855c6b84d.tar.bz2 |
Better text to label
Diffstat (limited to 'examples/widgets')
-rw-r--r-- | examples/widgets/softkeys/softkeys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/softkeys/softkeys.cpp b/examples/widgets/softkeys/softkeys.cpp index 87d11c9..083d05c 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); |