Commit b96fe1a2 authored by Cyril Deguet's avatar Cyril Deguet

* dialogs.cpp: fixed an assert failure in open skins dialog

parent 092d5e16
...@@ -223,7 +223,7 @@ void Dialogs::showFileGeneric( const string &rTitle, const string &rExtensions, ...@@ -223,7 +223,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)|*.vlt|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