Skip to content

Commit

Permalink
updated plugin manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fitze committed Feb 22, 2016
1 parent efc586f commit 3f4c90c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ QWidget {
<string/>
</property>
<property name="checked">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</item>
Expand Down Expand Up @@ -1260,7 +1260,7 @@ QWidget {
<string/>
</property>
<property name="checked">
<bool>false</bool>
<bool>true</bool>
</property>
</widget>
</item>
Expand Down
6 changes: 3 additions & 3 deletions Plugins/ch.zhaw.ugvisualization/manifest_headers.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(Plugin-Name "UG Visualization")
set(Plugin-Version "0.1")
set(Plugin-Name "UGrid Visualization")
set(Plugin-Version "1.0")
set(Plugin-Vendor "ZHAW")
set(Plugin-ContactAddress "https://simtk.org/home/mitk-gem")
set(Require-Plugin org.mitk.gui.qt.common.legacy ch.zhaw.gemapplication)
set(Require-Plugin org.mitk.gui.qt.common ch.zhaw.gemapplication org.mitk.gui.qt.common.legacy)
2 changes: 1 addition & 1 deletion Plugins/ch.zhaw.ugvisualization/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin>
<extension point="org.blueberry.ui.views">
<view id="ch.zhaw.ugvisualization"
name="UG Visualization"
name="UGrid Visualization"
class="UGVisualizationView"
icon="resources/icon.png" />
</extension>
Expand Down

0 comments on commit 3f4c90c

Please sign in to comment.