Add .pcc as an alternative extension to .pcx (continue #1336)

In this way the extension is shown in the file selector.
This commit is contained in:
David Capello 2016-11-30 14:57:15 -03:00
parent 108b754592
commit 3b7f48224c

View File

@ -23,7 +23,7 @@ using namespace base;
class PcxFormat : public FileFormat {
const char* onGetName() const override { return "pcx"; }
const char* onGetExtensions() const override { return "pcx"; }
const char* onGetExtensions() const override { return "pcx,pcc"; }
docio::FileFormat onGetDocioFormat() const override { return docio::FileFormat::PCX_IMAGE; }
int onGetFlags() const override {
return