Changeset 1562 for branches/0.9.4/gui/src/MainForm.cpp
- Timestamp:
- 02/17/10 21:45:14 (3 years ago)
- Files:
-
- 1 modified
-
branches/0.9.4/gui/src/MainForm.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9.4/gui/src/MainForm.cpp
r1349 r1562 782 782 ++nID; 783 783 784 Instrument *pNewInstr = new Instrument(QString ( nID ), "New instrument", new ADSR());784 Instrument *pNewInstr = new Instrument(QString::number( nID ), "New instrument", new ADSR()); 785 785 pList->add( pNewInstr ); 786 786