Skip to content

Commit c7a9966

Browse files
committed
Update .qrc file paths in .ui files
1 parent 7426d40 commit c7a9966

File tree

12 files changed

+94
-94
lines changed

12 files changed

+94
-94
lines changed

src/windows/ui/about.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<string>About OpenShot</string>
2424
</property>
2525
<property name="windowIcon">
26-
<iconset resource="../../images/openshot.qrc">
26+
<iconset resource="../../../images/openshot.qrc">
2727
<normaloff>:/openshot.svg</normaloff>:/openshot.svg</iconset>
2828
</property>
2929
<property name="locale">
@@ -41,7 +41,7 @@
4141
</sizepolicy>
4242
</property>
4343
<property name="pixmap">
44-
<pixmap resource="../../images/openshot.qrc">:/about/AboutLogo.png</pixmap>
44+
<pixmap resource="../../../images/openshot.qrc">:/about/AboutLogo.png</pixmap>
4545
</property>
4646
</widget>
4747
</item>

src/windows/ui/add-to-timeline.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<string>Add To Timeline</string>
1515
</property>
1616
<property name="windowIcon">
17-
<iconset resource="../../images/openshot.qrc">
17+
<iconset resource="../../../images/openshot.qrc">
1818
<normaloff>:/openshot.svg</normaloff>:/openshot.svg</iconset>
1919
</property>
2020
<property name="locale">
@@ -487,7 +487,7 @@
487487
</layout>
488488
</widget>
489489
<resources>
490-
<include location="../../images/openshot.qrc"/>
490+
<include location="../../../images/openshot.qrc"/>
491491
</resources>
492492
<connections/>
493493
</ui>

src/windows/ui/animated-title.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<string>Animated Titles (Powered by Blender)</string>
1515
</property>
1616
<property name="windowIcon">
17-
<iconset resource="../../images/openshot.qrc">
17+
<iconset resource="../../../images/openshot.qrc">
1818
<normaloff>:/about/blender.svg</normaloff>:/about/blender.svg</iconset>
1919
</property>
2020
<property name="autoFillBackground">

src/windows/ui/animation.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<string>Animation</string>
1515
</property>
1616
<property name="windowIcon">
17-
<iconset resource="../../images/openshot.qrc">
17+
<iconset resource="../../../images/openshot.qrc">
1818
<normaloff>:/openshot.svg</normaloff>:/openshot.svg</iconset>
1919
</property>
2020
<property name="autoFillBackground">

src/windows/ui/changelog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<string>Changelog</string>
1515
</property>
1616
<property name="windowIcon">
17-
<iconset resource="../../images/openshot.qrc">
17+
<iconset resource="../../../images/openshot.qrc">
1818
<normaloff>:/openshot.svg</normaloff>:/openshot.svg</iconset>
1919
</property>
2020
<layout class="QVBoxLayout" name="verticalLayout">

src/windows/ui/credits.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<string>Credits</string>
1515
</property>
1616
<property name="windowIcon">
17-
<iconset resource="../../images/openshot.qrc">
17+
<iconset resource="../../../images/openshot.qrc">
1818
<normaloff>:/openshot.svg</normaloff>:/openshot.svg</iconset>
1919
</property>
2020
<layout class="QVBoxLayout" name="verticalLayout">

src/windows/ui/cutting.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<string>Split Clip</string>
1515
</property>
1616
<property name="windowIcon">
17-
<iconset resource="../../images/openshot.qrc">
17+
<iconset resource="../../../images/openshot.qrc">
1818
<normaloff>:/openshot.svg</normaloff>:/openshot.svg</iconset>
1919
</property>
2020
<property name="autoFillBackground">

src/windows/ui/export.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<string>Export Video</string>
2121
</property>
2222
<property name="windowIcon">
23-
<iconset resource="../../images/openshot.qrc">
23+
<iconset resource="../../../images/openshot.qrc">
2424
<normaloff>:/openshot.svg</normaloff>:/openshot.svg</iconset>
2525
</property>
2626
<property name="autoFillBackground">

src/windows/ui/file-properties.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<string>File Properties</string>
2121
</property>
2222
<property name="windowIcon">
23-
<iconset resource="../../images/openshot.qrc">
23+
<iconset resource="../../../images/openshot.qrc">
2424
<normaloff>:/openshot.svg</normaloff>:/openshot.svg</iconset>
2525
</property>
2626
<property name="autoFillBackground">

src/windows/ui/license.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<string>License</string>
1515
</property>
1616
<property name="windowIcon">
17-
<iconset resource="../../images/openshot.qrc">
17+
<iconset resource="../../../images/openshot.qrc">
1818
<normaloff>:/openshot.svg</normaloff>:/openshot.svg</iconset>
1919
</property>
2020
<layout class="QVBoxLayout" name="verticalLayout">

0 commit comments

Comments
 (0)