From 8ed8db0282215aa5bb51124d4350f3fa61da760f Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Mon, 9 Jun 2008 22:39:15 +0000 Subject: [PATCH] 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 --- src/gui/main_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/main_window.cpp b/src/gui/main_window.cpp index 40ea0ab0d..dd08e28fa 100644 --- a/src/gui/main_window.cpp +++ b/src/gui/main_window.cpp @@ -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(), "*",