Commit 15a6423d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Skins2: less stupid match for opening the files.

parent 0dd801d3
......@@ -216,7 +216,7 @@ void Dialogs::showFileGeneric( const string &rTitle, const string &rExtensions,
void Dialogs::showChangeSkin()
{
showFileGeneric( _("Open a skin file"),
_("Skin files (*.vlt;*.wsz)|*.vlt;*.wsz|Skin files (*.xml)|*.xml"),
_("Skin files |*.vlt;*.wsz;*.xml"),
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