Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDavide Beatrici <davidebeatrici@gmail.com>2018-07-18 05:11:33 +0300
committerDavide Beatrici <davidebeatrici@gmail.com>2018-07-23 00:25:35 +0300
commit86be6823c9ef45f94d1222361b68b4652532d490 (patch)
tree2029feb026ee81287e52173075a52af8ac7abaaf /themes
parent7c08da0b3fcfe6a6a78f42fe58dc7f34ce2f944c (diff)
themes: drop redundant `builtin` path prefix
"builtin" is redundant because the ":" prefix is required in order to access embedded resources.
Diffstat (limited to 'themes')
-rw-r--r--themes/MumbleTheme.qrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/MumbleTheme.qrc b/themes/MumbleTheme.qrc
index f100999bc..c7f88d84a 100644
--- a/themes/MumbleTheme.qrc
+++ b/themes/MumbleTheme.qrc
@@ -1,6 +1,6 @@
<!DOCTYPE RCC>
<RCC version="1.0">
-<qresource prefix="builtin/themes/Mumble">
+<qresource prefix="themes/Mumble">
<file alias="authenticated.svg">Mumble/authenticated.svg</file>
<file alias="channel.svg">Mumble/channel.svg</file>
<file alias="channel_active.svg">Mumble/channel_active.svg</file>