added instrument picture "Listener" and fixed file name of "Recorder" picture

This commit is contained in:
Volker Fischer 2013-08-25 17:49:21 +00:00
parent f87e8ef790
commit 5224f90f5d
4 changed files with 4 additions and 2 deletions

BIN
src/res/instrlistener.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

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

View File

@ -505,7 +505,8 @@ 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 ) );
vecDataBase.Add ( CInstPictProps ( "Recorder", ":/png/instr/res/instrrecorder.png", IC_OTHER_INSTRUMENT ) );
vecDataBase.Add ( CInstPictProps ( "Listener", ":/png/instr/res/instrlistener.png", IC_OTHER_INSTRUMENT ) );
// now the table is initialized
TableIsInitialized = true;