mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-16 14:42:44 +00:00
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:
parent
108b754592
commit
3b7f48224c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user