summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-01-27 08:52:26 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-01-27 08:52:26 (GMT)
commitaebc34877fb17405e8e5915760012a82d0178b97 (patch)
tree07f3164a7eca64806e8ff9c66bf54b9195a40348 /src/gui
parentacc3879ed705aa08c1c97f1823c3f2b12b00d379 (diff)
downloadQt-aebc34877fb17405e8e5915760012a82d0178b97.zip
Qt-aebc34877fb17405e8e5915760012a82d0178b97.tar.gz
Qt-aebc34877fb17405e8e5915760012a82d0178b97.tar.bz2
doc: Corrected some bad grammar.
Task-number: QTBUG-7640
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/widgets/qmenu.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gui/widgets/qmenu.cpp b/src/gui/widgets/qmenu.cpp
index 5031d88..8ce7cc0 100644
--- a/src/gui/widgets/qmenu.cpp
+++ b/src/gui/widgets/qmenu.cpp
@@ -1588,10 +1588,9 @@ QAction *QMenu::insertSeparator(QAction *before)
}
/*!
- This will set the default action to \a act. The default action may
- have a visual queue depending on the current QStyle. A default
- action is usually meant to indicate what will defaultly happen on a
- drop, as shown in a context menu.
+ This sets the default action to \a act. The default action may have
+ a visual cue, depending on the current QStyle. A default action
+ usually indicates what will happen by default when a drop occurs.
\sa defaultAction()
*/