+ allow PNG format with POV-Ray 3.7 on Windows

This commit is contained in:
wmayer
2015-04-13 11:12:14 +02:00
parent 07249655e2
commit 2760588bda

View File

@@ -632,7 +632,7 @@ void CmdRaytracingRender::activated(int iMsg)
QStringList filter;
#ifdef FC_OS_WIN32
filter << QObject::tr("Rendered image (*.bmp)");
filter << QObject::tr("Rendered image (*.bmp *.png)");
#else
filter << QObject::tr("Rendered image (*.png)");
#endif