summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-01-27 08:52:26 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-01-29 11:33:12 (GMT)
commitdcb1fe48b9a4ff9a097a117bbedd2d6e3b47e734 (patch)
tree8505f0e85398d4ef5ba9d91f9723dc36884815c3
parent85961bbaa7402bf73a47ba53501b5b35a3de909f (diff)
downloadQt-dcb1fe48b9a4ff9a097a117bbedd2d6e3b47e734.zip
Qt-dcb1fe48b9a4ff9a097a117bbedd2d6e3b47e734.tar.gz
Qt-dcb1fe48b9a4ff9a097a117bbedd2d6e3b47e734.tar.bz2
doc: Corrected some bad grammar.
Task-number: QTBUG-7640 (cherry picked from commit aebc34877fb17405e8e5915760012a82d0178b97)
-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()
*/