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 | |
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')
-rw-r--r-- | doc/src/exportedfunctions.qdoc | 2 | ||||
-rw-r--r-- | doc/src/qnamespace.qdoc | 4 |
2 files changed, 3 insertions, 3 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}) diff --git a/doc/src/qnamespace.qdoc b/doc/src/qnamespace.qdoc index 8a1e5e6..ad59b8d 100644 --- a/doc/src/qnamespace.qdoc +++ b/doc/src/qnamespace.qdoc @@ -146,11 +146,11 @@ widgets stay non-native unless specifically set by the Qt::WA_NativeWindow attribute. - \value AA_MacPluginApplication Stops the a Qt mac application from doing + \value AA_MacPluginApplication Stops the Qt mac application from doing specific initializations that do not necessarily make sense when using Qt to author a plugin. This includes avoiding loading our nib for the main menu and not taking possession of the native menu bar. When setting this - attribute to true will alse set the AA_MacDontUseNativeMenuBar attribute + attribute to true will also set the AA_DontUseNativeMenuBar attribute to true. \value AA_DontUseNativeMenuBar All menubars created while this attribute is |