summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@nokia.com>2010-07-13 09:22:38 (GMT)
committerJesper Thomschutz <jesper.thomschutz@nokia.com>2010-08-09 08:08:01 (GMT)
commitb13e6fea50fcd6fc7cde33dd5f54e45b95458424 (patch)
treecbf198a004be1fa90dfcd7357e1476042735a4d8 /src/gui/widgets
parentdb230b2001554f145f9c2be449b5c9b6f882eca6 (diff)
downloadQt-b13e6fea50fcd6fc7cde33dd5f54e45b95458424.zip
Qt-b13e6fea50fcd6fc7cde33dd5f54e45b95458424.tar.gz
Qt-b13e6fea50fcd6fc7cde33dd5f54e45b95458424.tar.bz2
Translation work for 4.7
validating and adding some french translations. Plus all the fixes from Gabriel's extensive review. Doc: Fix a typo Reviewed-by: gabi (cherry picked from commit 209c017333fea9827fd20c7f8d23721bd8a6ee43)
Diffstat (limited to 'src/gui/widgets')
-rw-r--r--src/gui/widgets/qcombobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qcombobox.cpp b/src/gui/widgets/qcombobox.cpp
index dcc328f..917a325 100644
--- a/src/gui/widgets/qcombobox.cpp
+++ b/src/gui/widgets/qcombobox.cpp
@@ -910,7 +910,7 @@ QComboBox::QComboBox(bool rw, QWidget *parent, const char *name)
interaction. The highlighted() signal is emitted when the user
highlights an item in the combobox popup list. All three signals
exist in two versions, one with a QString argument and one with an
- \c int argument. If the user selectes or highlights a pixmap, only
+ \c int argument. If the user selects or highlights a pixmap, only
the \c int signals are emitted. Whenever the text of an editable
combobox is changed the editTextChanged() signal is emitted.