summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-04-30 09:33:19 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-30 09:33:19 +0200
commitc917579a15d60a7b70c5fc5f00f6451da7c4e608 (patch)
tree1c89cd1f66ff5147e494a6493e81239e4a644911 /tests/manual
parentac06bfdc76414c8d8c727ff5278b1baafe610860 (diff)
parent85e3c53e5c5e2de993c90ece324a68d0ff62f417 (diff)
Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/staging/dev
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/dialogs/filedialogpanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/dialogs/filedialogpanel.cpp b/tests/manual/dialogs/filedialogpanel.cpp
index b524e3d669..69e25e753a 100644
--- a/tests/manual/dialogs/filedialogpanel.cpp
+++ b/tests/manual/dialogs/filedialogpanel.cpp
@@ -455,7 +455,7 @@ void FileDialogPanel::restoreDefaults()
m_readOnly->setChecked(d.isReadOnly());
m_native->setChecked(true);
m_directory->setText(QDir::homePath());
- m_defaultSuffix->setText(QLatin1String(".txt"));
+ m_defaultSuffix->setText(QLatin1String("txt"));
m_nameFilters->setPlainText(QLatin1String("Any files (*)\nImage files (*.png *.xpm *.jpg)\nText files (*.txt)"));
m_selectedFileName->setText(QString());
m_selectedNameFilter->setText(QString());