aboutsummaryrefslogtreecommitdiff
path: root/src/ui/images
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-12-10 19:36:10 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-12-10 19:36:10 +0000
commit9447729e6a99b0e7532670c4f76b8151eefe47aa (patch)
treed6ac7628ad3c00f3fb36fa2ab87a1d700ce7c5cf /src/ui/images
parent76c9d2a128c9927163a61e27e98fccfe76bc9599 (diff)
downloadqmmp-9447729e6a99b0e7532670c4f76b8151eefe47aa.tar.gz
qmmp-9447729e6a99b0e7532670c4f76b8151eefe47aa.tar.bz2
qmmp-9447729e6a99b0e7532670c4f76b8151eefe47aa.zip
prepare for replay gain support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1437 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/images')
-rw-r--r--src/ui/images/images.qrc22
-rw-r--r--src/ui/images/replaygain.pngbin0 -> 624 bytes
2 files changed, 11 insertions, 11 deletions
diff --git a/src/ui/images/images.qrc b/src/ui/images/images.qrc
index f7bf24ed1..3095a730d 100644
--- a/src/ui/images/images.qrc
+++ b/src/ui/images/images.qrc
@@ -1,12 +1,12 @@
-<!DOCTYPE RCC>
-<RCC version="1.0">
- <qresource>
- <file>32x32/qmmp.png</file>
- <file>interface.png</file>
- <file>playlist.png</file>
- <file>advanced.png</file>
- <file>plugins.png</file>
- <file>network.png</file>
- <file>logo-qmmp.png</file>
- </qresource>
+<RCC>
+ <qresource prefix="/" >
+ <file>32x32/qmmp.png</file>
+ <file>interface.png</file>
+ <file>playlist.png</file>
+ <file>advanced.png</file>
+ <file>plugins.png</file>
+ <file>network.png</file>
+ <file>logo-qmmp.png</file>
+ <file>replaygain.png</file>
+ </qresource>
</RCC>
diff --git a/src/ui/images/replaygain.png b/src/ui/images/replaygain.png
new file mode 100644
index 000000000..d2f78947b
--- /dev/null
+++ b/src/ui/images/replaygain.png
Binary files differ