summaryrefslogtreecommitdiff
path: root/src/modflagicondelegate.cpp
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2018-05-03 18:25:27 -0500
committerSilarn <jrim@rimpo.org>2018-05-03 18:25:27 -0500
commitfa193ddabbaef66cbd53a19dd7ff00e755b10909 (patch)
tree971c5ce1d7f84bbb7098e9091cde2fc29a6252bb /src/modflagicondelegate.cpp
parentcc32c8c06bc20dbd0905e48ffd8c6d027184ad06 (diff)
Initial icons for alternate games
Diffstat (limited to 'src/modflagicondelegate.cpp')
-rw-r--r--src/modflagicondelegate.cpp2
1 files changed, 1 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();
}
}