Changeset 1557
- Timestamp:
- 02/11/10 21:59:59 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/src/AudioFileBrowser/AudioFileBrowser.cpp
r1413 r1557 255 255 QString qsec; 256 256 qsec.sprintf( "%2.2f", sec ); 257 m_pLengthLable->setText( trUtf8( "Sample length: " ) + qsec + trUtf8( " s" ) );257 m_pLengthLable->setText( trUtf8( "Sample length: " ) + qsec + trUtf8( " s" ) ); 258 258 259 259 delete pNewSample; … … 281 281 m_pNBytesLable->setText( trUtf8( "Size:" ) ); 282 282 m_pSamplerateLable->setText( trUtf8( "Samplerate:" ) ); 283 m_pLengthLable->setText( trUtf8( "Sample length:" ) );283 m_pLengthLable->setText( trUtf8( "Sample length:" ) ); 284 284 m_pSampleWaveDisplay->updateDisplay( sEmptySampleFilename ); 285 285 m_pPlayBtn->setEnabled( false );