GameList: fix Decompress slot typo

There is no such `DecompressISO` slot.
This commit is contained in:
Michael Maltese 2017-06-30 02:26:47 -07:00
parent 7c70e77c74
commit a365686956
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ void GameList::ShowContextMenu(const QPoint&)
const auto blob_type = GameFile(game).GetBlobType();
if (blob_type == DiscIO::BlobType::GCZ)
menu->addAction(tr("Decompress ISO"), this, SLOT(DecompressISO()));
menu->addAction(tr("Decompress ISO"), this, SLOT(CompressISO()));
else if (blob_type == DiscIO::BlobType::PLAIN)
menu->addAction(tr("Compress ISO"), this, SLOT(CompressISO()));