summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.ui4
-rw-r--r--src/resources.qrc2
-rw-r--r--src/resources/switch-instance-icon.pngbin0 -> 57516 bytes
3 files changed, 4 insertions, 2 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 49f313ca..0f7560c3 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -1540,13 +1540,13 @@ Right now this has very limited functionality</string>
<action name="actionChange_Game">
<property name="icon">
<iconset resource="resources.qrc">
- <normaloff>:/MO/gui/app_icon</normaloff>:/MO/gui/app_icon</iconset>
+ <normaloff>:/MO/gui/instance_switch</normaloff>:/MO/gui/instance_switch</iconset>
</property>
<property name="text">
<string>Change Game</string>
</property>
<property name="toolTip">
- <string>Open the game selection dialog</string>
+ <string>Open the Instance selection dialog to manage a different Game</string>
</property>
</action>
</widget>
diff --git a/src/resources.qrc b/src/resources.qrc
index e88eda06..9b66a38c 100644
--- a/src/resources.qrc
+++ b/src/resources.qrc
@@ -15,6 +15,7 @@
<file>resources/document-properties.png</file>
<file>resources/go-up.png</file>
<file>resources/go-down.png</file>
+ <file>resources/switch-instance-icon.png</file>
<file alias="profiles">resources/contact-new.png</file>
<file alias="settings">resources/preferences-system.png</file>
<file alias="executable">resources/application-x-executable.png</file>
@@ -69,6 +70,7 @@
<file alias="inactive">resources/status_inactive.png</file>
<file alias="app_icon">resources/mo_icon.png</file>
<file alias="package">resources/package.png</file>
+ <file alias="instance_switch">resources/switch-instance-icon.png</file>
</qresource>
<qresource prefix="/MO/gui/content">
<file alias="plugin">resources/contents/jigsaw-piece.png</file>
diff --git a/src/resources/switch-instance-icon.png b/src/resources/switch-instance-icon.png
new file mode 100644
index 00000000..b992babe
--- /dev/null
+++ b/src/resources/switch-instance-icon.png
Binary files differ