Commit fa433053 authored by Cyril Deguet's avatar Cyril Deguet

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

parent 5fa7831e
...@@ -221,7 +221,7 @@ void Dialogs::showFileGeneric( const string &rTitle, const string &rExtensions, ...@@ -221,7 +221,7 @@ void Dialogs::showFileGeneric( const string &rTitle, const string &rExtensions,
void Dialogs::showChangeSkin() void Dialogs::showChangeSkin()
{ {
showFileGeneric( _("Open a skin file"), 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 ); showChangeSkinCB, kOPEN );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment