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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-10-12 13:54:00 +0300
committerHannah von Reth <vonreth@kde.org>2020-10-13 20:42:00 +0300
commit8bd1b6ed464cf00ba725772927274f661fce8ba4 (patch)
tree996bfca89ea5703e2157d850074924c467aa13a2 /client.qrc
parent79eac35525d5facff5d936df697d0321ed98a011 (diff)
Fix broken icon name
Diffstat (limited to 'client.qrc')
-rw-r--r--client.qrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.qrc b/client.qrc
index d6c262bd4..da376c15a 100644
--- a/client.qrc
+++ b/client.qrc
@@ -11,6 +11,6 @@
<file alias="resources/bell.svg">resources/font-awesome/bell-solid.svg</file>
<file alias="resources/quit.svg">resources/font-awesome/power-off-solid.svg</file>
<file alias="resources/plus-solid.svg">resources/font-awesome/plus-solid.svg</file>
- <file alias="resources/exclamation-triangle-solid.svg">resources/font-awesome/exclamation-triangle-solid.svg</file>
+ <file alias="resources/warning.svg">resources/font-awesome/exclamation-triangle-solid.svg</file>
</qresource>
</RCC>