added new instrument picture for "Guitar+Vocal"
This commit is contained in:
parent
01d087e416
commit
941d9132d0
4 changed files with 3 additions and 0 deletions
|
@ -500,6 +500,7 @@ DISTFILES += AUTHORS \
|
||||||
src/res/instrtuba.png \
|
src/res/instrtuba.png \
|
||||||
src/res/instrviolin.png \
|
src/res/instrviolin.png \
|
||||||
src/res/instrvocal.png \
|
src/res/instrvocal.png \
|
||||||
|
src/res/instrguitarvocal.png \
|
||||||
src/res/flags/flagnone.png \
|
src/res/flags/flagnone.png \
|
||||||
src/res/flags/ad.png \
|
src/res/flags/ad.png \
|
||||||
src/res/flags/ae.png \
|
src/res/flags/ae.png \
|
||||||
|
|
BIN
src/res/instrguitarvocal.png
Normal file
BIN
src/res/instrguitarvocal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
|
@ -47,6 +47,7 @@
|
||||||
<file>res/instrrecorder.png</file>
|
<file>res/instrrecorder.png</file>
|
||||||
<file>res/instrlistener.png</file>
|
<file>res/instrlistener.png</file>
|
||||||
<file>res/instrstreamer.png</file>
|
<file>res/instrstreamer.png</file>
|
||||||
|
<file>res/instrguitarvocal.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
<qresource prefix="/png/main">
|
<qresource prefix="/png/main">
|
||||||
<file>res/fronticon.png</file>
|
<file>res/fronticon.png</file>
|
||||||
|
|
|
@ -886,6 +886,7 @@ CVector<CInstPictures::CInstPictProps>& CInstPictures::GetTable()
|
||||||
vecDataBase.Add ( CInstPictProps ( "Recorder", ":/png/instr/res/instrrecorder.png", IC_OTHER_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 ( "Streamer", ":/png/instr/res/instrstreamer.png", IC_OTHER_INSTRUMENT ) );
|
||||||
vecDataBase.Add ( CInstPictProps ( "Listener", ":/png/instr/res/instrlistener.png", IC_OTHER_INSTRUMENT ) );
|
vecDataBase.Add ( CInstPictProps ( "Listener", ":/png/instr/res/instrlistener.png", IC_OTHER_INSTRUMENT ) );
|
||||||
|
vecDataBase.Add ( CInstPictProps ( "Guitar+Vocal", ":/png/instr/res/instrguitarvocal.png", IC_MULTIPLE_INSTRUMENT ) );
|
||||||
|
|
||||||
// now the table is initialized
|
// now the table is initialized
|
||||||
TableIsInitialized = true;
|
TableIsInitialized = true;
|
||||||
|
|
Loading…
Reference in a new issue