diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-12-04 10:14:37 (GMT) |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-12-04 10:14:37 (GMT) |
commit | 500996b13b96d2868a7da78d782108c2996684ec (patch) | |
tree | 4be3772665ce4bd4c7db2a0dcde4b5bf816770c3 | |
parent | e1ef51cdddf4187ab68d09f42438e45a6bbf85f4 (diff) | |
download | Qt-500996b13b96d2868a7da78d782108c2996684ec.zip Qt-500996b13b96d2868a7da78d782108c2996684ec.tar.gz Qt-500996b13b96d2868a7da78d782108c2996684ec.tar.bz2 |
Stylesheets example: Fix warning about multiple &-mnemonics.
Reviewed-by: Olivier Goffart <ogoffart@trolltech.com>
-rw-r--r-- | examples/widgets/stylesheet/mainwindow.ui | 2 |
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 &accept the terms and &conditions</string> + <string>I accept the terms and &conditions</string> </property> </widget> </item> |