Skip to content

Commit

Permalink
+ slight fix in file filter
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jan 24, 2015
1 parent 39aa178 commit ed46ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Drawing/Gui/Command.cpp
Expand Up @@ -636,7 +636,7 @@ void CmdDrawingExportPage::activated(int iMsg)
}

QStringList filter;
filter << QObject::tr("SVG(*.svg)");
filter << QObject::tr("SVG (*.svg)");
filter << QObject::tr("All Files (*.*)");

QString fn = Gui::FileDialog::getSaveFileName(Gui::getMainWindow(), QObject::tr("Export page"), QString(), filter.join(QLatin1String(";;")));
Expand Down

0 comments on commit ed46ec2

Please sign in to comment.