diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-10 01:09:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-10 01:09:28 +0300 |
commit | 038355b1192fe2e6b00e29e1e20cbf9d535c99aa (patch) | |
tree | 167769b394dbcb59825d8a1818b15b60531af173 /manaplus.cbp | |
parent | c103e91ff6de05dbfce097dea7b516dbabd8e634 (diff) | |
download | plus-038355b1192fe2e6b00e29e1e20cbf9d535c99aa.tar.gz plus-038355b1192fe2e6b00e29e1e20cbf9d535c99aa.tar.bz2 plus-038355b1192fe2e6b00e29e1e20cbf9d535c99aa.tar.xz plus-038355b1192fe2e6b00e29e1e20cbf9d535c99aa.zip |
Add players setup tab.
Move all player related settings from relation tab to players tab.
Diffstat (limited to 'manaplus.cbp')
-rw-r--r-- | manaplus.cbp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manaplus.cbp b/manaplus.cbp index 8c4028aaf..e31f4fee9 100644 --- a/manaplus.cbp +++ b/manaplus.cbp @@ -236,6 +236,8 @@ <Unit filename="src\gui\setup_other.h" />
<Unit filename="src\gui\setup_perfomance.cpp" />
<Unit filename="src\gui\setup_perfomance.h" />
+ <Unit filename="src\gui\setup_players.cpp" />
+ <Unit filename="src\gui\setup_players.h" />
<Unit filename="src\gui\setup_relations.cpp" />
<Unit filename="src\gui\setup_relations.h" />
<Unit filename="src\gui\setup_theme.cpp" />
|