diff -Naur hydrogen-0.9.4-orig/libs/hydrogen/src/song.cpp hydrogen-0.9.4/libs/hydrogen/src/song.cpp --- hydrogen-0.9.4-orig/libs/hydrogen/src/song.cpp 2009-07-15 04:10:17.000000000 +0300 +++ hydrogen-0.9.4/libs/hydrogen/src/song.cpp 2011-02-05 08:30:13.346999995 +0200 @@ -141,7 +141,7 @@ song->set_swing_factor( 0.0 ); InstrumentList* pList = new InstrumentList(); - Instrument *pNewInstr = new Instrument(QString( 0 ), "New instrument", new ADSR()); + Instrument *pNewInstr = new Instrument(QString( "" ), "New instrument", new ADSR()); pList->add( pNewInstr ); song->set_instrument_list( pList );