Commit ad9de898 authored by Craig Watson's avatar Craig Watson

Fixed prev/next images (in browser) not being bundled in installer

parent a3be4d59
...@@ -456,7 +456,8 @@ ...@@ -456,7 +456,8 @@
</action> </action>
<action name="actionWebBack"> <action name="actionWebBack">
<property name="icon"> <property name="icon">
<iconset theme=":images/toolbar/previous"/> <iconset resource="../OpenBoard.qrc">
<normaloff>:/images/toolbar/previous.png</normaloff>:/images/toolbar/previous.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Back</string> <string>Back</string>
...@@ -470,7 +471,8 @@ ...@@ -470,7 +471,8 @@
</action> </action>
<action name="actionWebForward"> <action name="actionWebForward">
<property name="icon"> <property name="icon">
<iconset theme=":images/toolbar/next"/> <iconset resource="../OpenBoard.qrc">
<normaloff>:/images/toolbar/next.png</normaloff>:/images/toolbar/next.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Forward</string> <string>Forward</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment