summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qmessagebox.cpp
diff options
context:
space:
mode:
authorFrederik Schwarzer <schwarzerf@gmail.com>2012-07-25 22:52:11 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-26 14:24:22 +0200
commit28ae05e2f9371550bd826be994372f67dee90013 (patch)
treefd46833b41072ef53260740fb7e0971e994e45af /src/widgets/dialogs/qmessagebox.cpp
parent79b742b7e01ba5fa46b45578660d0e1f9ce0dae6 (diff)
Fix some typos.
Change-Id: I3c3c96fbbc19e2a69ac2f22618f15f5262718e50 Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/widgets/dialogs/qmessagebox.cpp')
-rw-r--r--src/widgets/dialogs/qmessagebox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/dialogs/qmessagebox.cpp b/src/widgets/dialogs/qmessagebox.cpp
index b9727c814b..1064ac4a74 100644
--- a/src/widgets/dialogs/qmessagebox.cpp
+++ b/src/widgets/dialogs/qmessagebox.cpp
@@ -688,7 +688,7 @@ void QMessageBoxPrivate::_q_buttonClicked(QAbstractButton *button)
defined \l ButtonRole.
\value Ok An "OK" button defined with the \l AcceptRole.
- \value Open A "Open" button defined with the \l AcceptRole.
+ \value Open An "Open" button defined with the \l AcceptRole.
\value Save A "Save" button defined with the \l AcceptRole.
\value Cancel A "Cancel" button defined with the \l RejectRole.
\value Close A "Close" button defined with the \l RejectRole.