pulseview.qrc: Add missing application-exit.png entry.
authorUwe Hermann <uwe@hermann-uwe.de>
Tue, 15 Jan 2013 22:48:55 +0000 (23:48 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 15 Jan 2013 22:48:55 +0000 (23:48 +0100)
Without this, the icon won't be shown in the menu.

pulseview.qrc

index e43e0784dd3f6ed4cf67aca3c524ce3b102e60ef..3e8a9acf12213373901f811f4b54f859cbd7cd0f 100644 (file)
@@ -1,5 +1,6 @@
 <RCC>
     <qresource prefix="/" >
+       <file>icons/application-exit.png</file>
        <file>icons/configure.png</file>
        <file>icons/document-open.png</file>
        <file>icons/sigrok-logo-notext.png</file>