Changeset 1563
- Timestamp:
- 02/17/10 21:46:05 (3 years ago)
- Files:
-
- 1 modified
-
trunk/gui/src/MainForm.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/src/MainForm.cpp
r1505 r1563 799 799 ++nID; 800 800 801 Instrument *pNewInstr = new Instrument( QString( nID ), "New instrument", new ADSR());801 Instrument *pNewInstr = new Instrument( QString::number( nID ), "New instrument", new ADSR()); 802 802 pList->add( pNewInstr ); 803 803