added instrument picture "Streamer", update for "Listener" picture

This commit is contained in:
Volker Fischer 2013-08-25 18:13:13 +00:00
parent 5224f90f5d
commit 3012f20fce
4 changed files with 2 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/res/instrstreamer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -46,6 +46,7 @@
<file>res/instrharmonica.png</file>
<file>res/instrrecorder.png</file>
<file>res/instrlistener.png</file>
<file>res/instrstreamer.png</file>
</qresource>
<qresource prefix="/png/main" >
<file>res/fronticon.png</file>

View File

@ -506,6 +506,7 @@ CVector<CInstPictures::CInstPictProps>& CInstPictures::GetTable()
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/instrrecorder.png", IC_OTHER_INSTRUMENT ) );
vecDataBase.Add ( CInstPictProps ( "Streamer", ":/png/instr/res/instrstreamer.png", IC_OTHER_INSTRUMENT ) );
vecDataBase.Add ( CInstPictProps ( "Listener", ":/png/instr/res/instrlistener.png", IC_OTHER_INSTRUMENT ) );
// now the table is initialized