summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
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());