Allow users to filter out MCNostalgia and Snapshots from the version list.

Resolves JIRA issue MMC-9:
	https://jira.forkk.net/browse/MMC-9
This commit is contained in:
Andrew
2013-05-06 12:48:01 -05:00
parent 857a4e4dbe
commit 74133bb172
6 changed files with 72 additions and 22 deletions

View File

@@ -63,7 +63,7 @@ QString MinecraftVersion::typeName() const
switch (versionType())
{
case OldSnapshot:
return "Old Snapshot";
return "Snapshot";
case Stable:
return "Stable";