diff options
Diffstat (limited to 'gui/pages/TexturePackPage.h')
-rw-r--r-- | gui/pages/TexturePackPage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/pages/TexturePackPage.h b/gui/pages/TexturePackPage.h index ddb1fa49..f807bea5 100644 --- a/gui/pages/TexturePackPage.h +++ b/gui/pages/TexturePackPage.h @@ -6,7 +6,7 @@ class TexturePackPage : public ModFolderPage public: explicit TexturePackPage(BaseInstance *instance, QWidget *parent = 0) : ModFolderPage(instance->texturePackList(), "texturepacks", "resourcepacks", - tr("Texture packs"), parent) + tr("Texture packs"), "ResourcePacksPage", parent) { m_inst = instance; } |