Add close button to page dialog. Add help button to page dialog.
Smile.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user