Browse Source

- Changed text from "Console" to "Log window"

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
2f4d27b422
  1. 9
      src/ui/mainwindow.ui

9
src/ui/mainwindow.ui

@ -225,7 +225,7 @@ @@ -225,7 +225,7 @@
</action>
<action name="actionDecreasePriority">
<property name="icon">
<iconset resource="icons.qrc">
<iconset>
<normaloff>:/Icons/skin/decrease.png</normaloff>:/Icons/skin/decrease.png</iconset>
</property>
<property name="text">
@ -237,7 +237,7 @@ @@ -237,7 +237,7 @@
</action>
<action name="actionIncreasePriority">
<property name="icon">
<iconset resource="icons.qrc">
<iconset>
<normaloff>:/Icons/skin/increase.png</normaloff>:/Icons/skin/increase.png</iconset>
</property>
<property name="text">
@ -249,12 +249,15 @@ @@ -249,12 +249,15 @@
</action>
<action name="actionShow_console">
<property name="icon">
<iconset resource="icons.qrc">
<iconset>
<normaloff>:/Icons/oxygen/log.png</normaloff>:/Icons/oxygen/log.png</iconset>
</property>
<property name="text">
<string>Console</string>
</property>
<property name="toolTip">
<string>Log Window</string>
</property>
</action>
</widget>
<resources>

Loading…
Cancel
Save