Qt: WebP is not APNG

This commit is contained in:
Vicki Pfau 2020-08-03 22:02:18 -07:00
parent fbe143fbd0
commit 453791d289
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ void GIFView::stopRecording() {
}
void GIFView::selectFile() {
QString filename = GBAApp::app()->getSaveFileName(this, tr("Select output file"), tr("Graphics Interchange Format (*.gif);;Animated Portable Network Graphics (*.png *.webp *.apng)"));
QString filename = GBAApp::app()->getSaveFileName(this, tr("Select output file"), tr("Graphics Interchange Format (*.gif);;WebP ( *.webp);;Animated Portable Network Graphics (*.png *.apng)"));
m_ui.filename->setText(filename);
}