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:
authorRobert Adam <dev@robert-adam.de>2020-04-09 15:23:17 +0300
committerRobert Adam <dev@robert-adam.de>2020-04-09 15:27:53 +0300
commit6b26bea502d9c2d356b13265cbd1224a11b7e6cd (patch)
tree413c33718e6b898826a2905b1c4b82cb5c8d0de9 /themes
parent9755cfa5a7615246f249d57e33379619c9f4747b (diff)
themes: Add alias for places/network-workgroup.svg
This icon is referenced/needed from ConnectDialog and before this commit, an error would be printed that this icon can't be found (#4057).
Diffstat (limited to 'themes')
-rw-r--r--themes/ClassicTheme.qrc1
-rw-r--r--themes/MumbleTheme.qrc1
2 files changed, 2 insertions, 0 deletions
diff --git a/themes/ClassicTheme.qrc b/themes/ClassicTheme.qrc
index 936a27091..29522a71f 100644
--- a/themes/ClassicTheme.qrc
+++ b/themes/ClassicTheme.qrc
@@ -52,6 +52,7 @@
<file alias="actions/format-text-underline.svg">Classic/tango/actions/format-text-underline.svg</file>
<file alias="actions/media-record.svg">Classic/tango/actions/media-record.svg</file>
<file alias="categories/applications-internet.svg">Classic/tango/categories/applications-internet.svg</file>
+ <file alias="places/network-workgroup.svg">Classic/tango/places/network-workgroup.svg</file>
<file alias="emblems/emblem-favorite.svg">Classic/tango/emblems/emblem-favorite.svg</file>
<file alias="mimetypes/image-x-generic.svg">Classic/tango/mimetypes/image-x-generic.svg</file>
<file alias="mimetypes/text-html.svg">Classic/tango/mimetypes/text-html.svg</file>
diff --git a/themes/MumbleTheme.qrc b/themes/MumbleTheme.qrc
index 231407a53..fb94c15a8 100644
--- a/themes/MumbleTheme.qrc
+++ b/themes/MumbleTheme.qrc
@@ -58,6 +58,7 @@
<file alias="actions/format-text-underline.svg">Mumble/actions/format-text-underline.svg</file>
<file alias="actions/media-record.svg">Mumble/actions/media-record.svg</file>
<file alias="categories/applications-internet.svg">Mumble/categories/applications-internet.svg</file>
+ <file alias="places/network-workgroup.svg">Classic/tango/places/network-workgroup.svg</file>
<file alias="controls/arrow_down.svg">Mumble/controls/arrow_down.svg</file>
<file alias="controls/arrow_down_disabled.svg">Mumble/controls/arrow_down_disabled.svg</file>
<file alias="controls/arrow_up.svg">Mumble/controls/arrow_up.svg</file>