summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modflagicondelegate.cpp2
-rw-r--r--src/resources.qrc2
-rw-r--r--src/resources/game-warning-16.pngbin0 -> 780 bytes
-rw-r--r--src/resources/game-warning.pngbin0 -> 2528 bytes
4 files changed, 3 insertions, 1 deletions
diff --git a/src/modflagicondelegate.cpp b/src/modflagicondelegate.cpp
index 8b54ab00..1995964b 100644
--- a/src/modflagicondelegate.cpp
+++ b/src/modflagicondelegate.cpp
@@ -48,7 +48,7 @@ QString ModFlagIconDelegate::getFlagIcon(ModInfo::EFlag flag) const
case ModInfo::FLAG_CONFLICT_OVERWRITTEN: return ":/MO/gui/emblem_conflict_overwritten";
case ModInfo::FLAG_CONFLICT_MIXED: return ":/MO/gui/emblem_conflict_mixed";
case ModInfo::FLAG_CONFLICT_REDUNDANT: return ":MO/gui/emblem_conflict_redundant";
- case ModInfo::FLAG_ALTERNATE_GAME: return ":MO/gui/problem";
+ case ModInfo::FLAG_ALTERNATE_GAME: return ":MO/gui/alternate_game";
default: return QString();
}
}
diff --git a/src/resources.qrc b/src/resources.qrc
index 14c8e533..a18baf45 100644
--- a/src/resources.qrc
+++ b/src/resources.qrc
@@ -77,6 +77,8 @@
<file alias="archive_conflict_mixed">resources/archive-conflict-mixed.png</file>
<file alias="archive_conflict_neutral">resources/archive-conflict-neutral.png</file>
<file alias="archive_conflict_winner">resources/archive-conflict-winner.png</file>
+ <file alias="alternate_game_alt">resources/game-warning.png</file>
+ <file alias="alternate_game">resources/game-warning-16.png</file>
</qresource>
<qresource prefix="/MO/gui/content">
<file alias="plugin">resources/contents/jigsaw-piece.png</file>
diff --git a/src/resources/game-warning-16.png b/src/resources/game-warning-16.png
new file mode 100644
index 00000000..0c421b17
--- /dev/null
+++ b/src/resources/game-warning-16.png
Binary files differ
diff --git a/src/resources/game-warning.png b/src/resources/game-warning.png
new file mode 100644
index 00000000..d54a5a36
--- /dev/null
+++ b/src/resources/game-warning.png
Binary files differ