also show *.xiz files in preset-browser

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1116 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-06-09 22:39:15 +00:00
parent ccff4650f4
commit 8ed8db0282

View File

@@ -119,7 +119,7 @@ mainWindow::mainWindow( void ) :
side_bar->appendTab( new fileBrowser(
configManager::inst()->userPresetsDir() + "*" +
configManager::inst()->factoryPresetsDir(),
"*.cs.xml", tr( "My presets" ),
"*.cs.xml *.xiz", tr( "My presets" ),
embed::getIconPixmap( "preset_file" ),
splitter ), ++id );
side_bar->appendTab( new fileBrowser( QDir::homePath(), "*",