From 61898074fe87fc97b399fba67006339bbedf6950 Mon Sep 17 00:00:00 2001 From: Al12rs Date: Sun, 18 Feb 2018 16:43:16 +0100 Subject: Changed switch instance icon and tooltip --- src/mainwindow.ui | 4 ++-- src/resources.qrc | 2 ++ src/resources/switch-instance-icon.png | Bin 0 -> 57516 bytes 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 src/resources/switch-instance-icon.png (limited to 'src') 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 - :/MO/gui/app_icon:/MO/gui/app_icon + :/MO/gui/instance_switch:/MO/gui/instance_switch Change Game - Open the game selection dialog + Open the Instance selection dialog to manage a different Game 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 @@ resources/document-properties.png resources/go-up.png resources/go-down.png + resources/switch-instance-icon.png resources/contact-new.png resources/preferences-system.png resources/application-x-executable.png @@ -69,6 +70,7 @@ resources/status_inactive.png resources/mo_icon.png resources/package.png + resources/switch-instance-icon.png resources/contents/jigsaw-piece.png diff --git a/src/resources/switch-instance-icon.png b/src/resources/switch-instance-icon.png new file mode 100644 index 00000000..b992babe Binary files /dev/null and b/src/resources/switch-instance-icon.png differ -- cgit v1.3.1