added instrument picture "Recorder"

This commit is contained in:
Volker Fischer 2013-08-25 16:53:27 +00:00
parent 45cce33de8
commit f87e8ef790
3 changed files with 2 additions and 0 deletions

BIN
src/res/instrecorder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -44,6 +44,7 @@
<file>res/instrvocal.png</file>
<file>res/instrdjembe.png</file>
<file>res/instrharmonica.png</file>
<file>res/instrecorder.png</file>
</qresource>
<qresource prefix="/png/main" >
<file>res/fronticon.png</file>

View File

@ -505,6 +505,7 @@ CVector<CInstPictures::CInstPictProps>& CInstPictures::GetTable()
vecDataBase.Add ( CInstPictProps ( "Violin", ":/png/instr/res/instrviolin.png", IC_STRING_INSTRUMENT ) );
vecDataBase.Add ( CInstPictProps ( "Cello", ":/png/instr/res/instrcello.png", IC_STRING_INSTRUMENT ) );
vecDataBase.Add ( CInstPictProps ( "Double Bass", ":/png/instr/res/instrdoublebass.png", IC_STRING_INSTRUMENT ) );
vecDataBase.Add ( CInstPictProps ( "Recorder", ":/png/instr/res/instrecorder.png", IC_OTHER_INSTRUMENT ) );
// now the table is initialized
TableIsInitialized = true;