lot of bugfixes, UI-improvements and more

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@56 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-01-23 09:25:49 +00:00
parent 7e6538d9b3
commit b762ad706f
101 changed files with 1789 additions and 536 deletions

View File

@@ -1005,7 +1005,7 @@ QString sampleBuffer::openAudioFile( void ) const
ofd.selectFile( QFileInfo( m_audioFile ).fileName() );
}
if ( ofd.exec () == QDialog::Accepted )
if( ofd.exec () == QDialog::Accepted )
{
if( ofd.selectedFiles().isEmpty() )
{