+ 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 0c0365bb49
commit f53fd0fe90

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