diff options
author | Frederik Schwarzer <schwarzerf@gmail.com> | 2009-05-11 15:55:59 +0200 |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-05-18 16:23:59 +0200 |
commit | d13162dd4695274dc4bdb286ce85bf198391d94b (patch) | |
tree | b794ebb2096e488516f1ebd4b244186e9c32b487 /src/gui/widgets/qmdiarea.cpp | |
parent | e5755e131952ab5c3c8dd0fd6a88dbaa7148898a (diff) | |
download | qt4-tools-d13162dd4695274dc4bdb286ce85bf198391d94b.tar.gz |
Fix some typos in the documentation.
Usually, "the the" is not proper English
Reviewed-By: Thiago Macieira
Diffstat (limited to 'src/gui/widgets/qmdiarea.cpp')
-rw-r--r-- | src/gui/widgets/qmdiarea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qmdiarea.cpp b/src/gui/widgets/qmdiarea.cpp index 598d3b537e..6acd9771f3 100644 --- a/src/gui/widgets/qmdiarea.cpp +++ b/src/gui/widgets/qmdiarea.cpp @@ -81,7 +81,7 @@ subwindows. This information could be used in a popup menu containing a list of windows, for example. - The subwindows are sorted by the the current + The subwindows are sorted by the current \l{QMdiArea::}{WindowOrder}. This is used for the subWindowList() and for activateNextSubWindow() and acivatePreviousSubWindow(). Also, it is used when cascading or tiling the windows with |