Fixed issue #685. Bug report: CSV exports as "CVS".
--HG-- branch : develop
This commit is contained in:
parent
c7ad55274f
commit
b05b5bad8c
|
@ -95,7 +95,7 @@ void VAbstractMainWindow::WindowsLocale()
|
|||
//---------------------------------------------------------------------------------------------------------------------
|
||||
void VAbstractMainWindow::ExportToCSV()
|
||||
{
|
||||
const QString filters = tr("Comma-Separated Values") + QLatin1String(" (*.cvs)");
|
||||
const QString filters = tr("Comma-Separated Values") + QLatin1String(" (*.csv)");
|
||||
const QString suffix("csv");
|
||||
const QString path = QDir::homePath() + QLatin1String("/") + tr("values") + QLatin1String(".") + suffix;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user