summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-12-04 10:14:37 (GMT)
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-12-04 10:14:37 (GMT)
commit500996b13b96d2868a7da78d782108c2996684ec (patch)
tree4be3772665ce4bd4c7db2a0dcde4b5bf816770c3 /examples
parente1ef51cdddf4187ab68d09f42438e45a6bbf85f4 (diff)
downloadQt-500996b13b96d2868a7da78d782108c2996684ec.zip
Qt-500996b13b96d2868a7da78d782108c2996684ec.tar.gz
Qt-500996b13b96d2868a7da78d782108c2996684ec.tar.bz2
Stylesheets example: Fix warning about multiple &-mnemonics.
Reviewed-by: Olivier Goffart <ogoffart@trolltech.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/widgets/stylesheet/mainwindow.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/stylesheet/mainwindow.ui b/examples/widgets/stylesheet/mainwindow.ui
index 740d37b..2b232df 100644
--- a/examples/widgets/stylesheet/mainwindow.ui
+++ b/examples/widgets/stylesheet/mainwindow.ui
@@ -41,7 +41,7 @@
<string>Please read the LICENSE file before checking</string>
</property>
<property name="text" >
- <string>I &amp;accept the terms and &amp;conditions</string>
+ <string>I accept the terms and &amp;conditions</string>
</property>
</widget>
</item>