Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
6be31483
Commit
6be31483
authored
Mar 07, 2013
by
Julien Malik
Browse files
BUG: wrong path to qrc from MainWindow.ui
parent
7440c3ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Code/Application/mvdMainWindow.ui
View file @
6be31483
...
...
@@ -85,7 +85,7 @@
</action>
<action
name=
"action_Open"
>
<property
name=
"icon"
>
<iconset
resource=
"
../Common/
mvdMainWindow.qrc"
>
<iconset
resource=
"mvdMainWindow.qrc"
>
<normaloff>
:/icons/action_Open_Icon
</normaloff>
:/icons/action_Open_Icon
</iconset>
</property>
<property
name=
"text"
>
...
...
@@ -161,7 +161,7 @@
</action>
</widget>
<resources>
<include
location=
"
../Common/
mvdMainWindow.qrc"
/>
<include
location=
"mvdMainWindow.qrc"
/>
</resources>
<connections/>
</ui>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment