summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-05 17:31:32 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-05 17:55:52 +0300
commit8c8e641b2ce47daa2f824a87b27d63bfeb609098 (patch)
tree7464828be387d10ea0e9fe1f6cba225075bfed4f /src/defaults.cpp
parent720b445bf4eea777d1fac9bac4c23aae59062826 (diff)
downloadplus-8c8e641b2ce47daa2f824a87b27d63bfeb609098.tar.gz
plus-8c8e641b2ce47daa2f824a87b27d63bfeb609098.tar.bz2
plus-8c8e641b2ce47daa2f824a87b27d63bfeb609098.tar.xz
plus-8c8e641b2ce47daa2f824a87b27d63bfeb609098.zip
Add inactive being badge.
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r--src/defaults.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp
index 2d3b24410..83c53c129 100644
--- a/src/defaults.cpp
+++ b/src/defaults.cpp
@@ -608,6 +608,7 @@ DefaultsData* getPathsDefaults()
AddDEF("team3badge", "team3.xml");
AddDEF("gmbadge", "gm.xml");
AddDEF("shopbadge", "shop.xml");
+ AddDEF("inactivebadge", "inactive.xml");
return configData;
}