Skip to content
Snippets Groups Projects
Commit fa433053 authored by Cyril Deguet's avatar Cyril Deguet
Browse files

* dialogs.cpp: added .zip in the "open skin" dialog

parent 5fa7831e
No related branches found
No related tags found
No related merge requests found
......@@ -221,7 +221,7 @@ void Dialogs::showFileGeneric( const string &rTitle, const string &rExtensions,
void Dialogs::showChangeSkin()
{
showFileGeneric( _("Open a skin file"),
_("Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml"),
_("Skin files (*.vlt;*.zip)|*.vlt;*.zip|Skin files (*.xml)|*.xml"),
showChangeSkinCB, kOPEN );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment