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-11-04 19:07:39 +0300
committerHannah von Reth <vonreth@kde.org>2020-11-04 19:21:52 +0300
commitaa8bea2cc6f15e8e5e06764a1cc2b83bc341b97c (patch)
tree5f6c3aaffa2d0a09b553375db69855739e6a87e3 /core_theme.qrc
parent09875801016842b9325274acf91d88946a8720d2 (diff)
Put the theme name into the resource path
Diffstat (limited to 'core_theme.qrc')
-rw-r--r--core_theme.qrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core_theme.qrc b/core_theme.qrc
index a62eebb20..a266f6735 100644
--- a/core_theme.qrc
+++ b/core_theme.qrc
@@ -1,5 +1,5 @@
<RCC>
- <qresource prefix="/client/core">
+ <qresource prefix="/client/ownCloud">
<file alias="theme/black/state-ok.svg">theme/black/ui-light-plain-monochrom-state-checkmark.svg</file>
<file alias="theme/black/state-error.svg">theme/black/ui-light-plain-monochrom-state-error.svg</file>
<file alias="theme/black/state-information.svg">theme/black/ui-light-plain-monochrom-state-info.svg</file>