diff options
author | Norwegian Rock Cat <qt-info@nokia.com> | 2009-05-04 15:46:20 (GMT) |
---|---|---|
committer | Norwegian Rock Cat <qt-info@nokia.com> | 2009-05-04 15:47:05 (GMT) |
commit | 4baa045b77ef98f269bec4cab410229a89e644c5 (patch) | |
tree | 9f8e2626fe43fb2262aa0a25c2ad4ad156d1113a /doc/src/exportedfunctions.qdoc | |
parent | c2d47f6717fdccd44838f3c128693a3c09f6cf68 (diff) | |
download | Qt-4baa045b77ef98f269bec4cab410229a89e644c5.zip Qt-4baa045b77ef98f269bec4cab410229a89e644c5.tar.gz Qt-4baa045b77ef98f269bec4cab410229a89e644c5.tar.bz2 |
Fix typos in doc.
Spotted-by: Olivier
Diffstat (limited to 'doc/src/exportedfunctions.qdoc')
-rw-r--r-- | doc/src/exportedfunctions.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/exportedfunctions.qdoc b/doc/src/exportedfunctions.qdoc index b421086..f051ddc 100644 --- a/doc/src/exportedfunctions.qdoc +++ b/doc/src/exportedfunctions.qdoc @@ -130,7 +130,7 @@ default. In Qt 4.6, this is equivalent to - \c { QApplication::instance()->setAttribute(Qt::AA_MacDontUseNativeMenuBar); }. + \c { QApplication::instance()->setAttribute(Qt::AA_DontUseNativeMenuBar); }. \section1 void qt_mac_set_press_and_hold_context(bool \e{enable}) |