Resurrect old lmms background and add to new backgrounds directory

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1673 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-09-21 20:43:09 +00:00
parent b17bbed325
commit 65566c92ce
6 changed files with 19 additions and 2 deletions

View File

@@ -995,7 +995,7 @@ void setupDialog::openSTKDir( void )
#ifdef LMMS_HAVE_STK
QString new_dir = QFileDialog::getExistingDirectory( this,
tr( "Choose STK rawwave directory" ),
m_ladDir );
m_stkDir );
if( new_dir != QString::null )
{
m_stkLineEdit->setText( new_dir );