Core Mods help now goes to Loader Mods
Fixed Minecraft Log -> Minecraft Logs problem
This commit is contained in:
Petr Mrázek
2014-11-08 21:47:51 +01:00
parent 992ba0c3f8
commit 84723add8f
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ QList<BasePage *> LegacyInstance::getPages()
values.append(new ModFolderPage(this, loaderModList(), "mods", "loadermods", tr("Loader mods"),
"Loader-mods"));
values.append(new ModFolderPage(this, coreModList(), "coremods", "coremods", tr("Core mods"),
"Core-mods"));
"Loader-mods"));
values.append(new TexturePackPage(this));
values.append(new NotesPage(this));
values.append(new ScreenshotsPage(this));