diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-10 00:03:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-10 00:08:03 +0300 |
commit | c103e91ff6de05dbfce097dea7b516dbabd8e634 (patch) | |
tree | b0a28d0a8afe47f023b16e2424767b9329177b9e /manaplus.cbp | |
parent | 7455b856a59be26725f9bd1285f256dbddea5335 (diff) | |
download | plus-c103e91ff6de05dbfce097dea7b516dbabd8e634.tar.gz plus-c103e91ff6de05dbfce097dea7b516dbabd8e634.tar.bz2 plus-c103e91ff6de05dbfce097dea7b516dbabd8e634.tar.xz plus-c103e91ff6de05dbfce097dea7b516dbabd8e634.zip |
Rename setup_players to setup_relations.
Diffstat (limited to 'manaplus.cbp')
-rw-r--r-- | manaplus.cbp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manaplus.cbp b/manaplus.cbp index 538555c7b..8c4028aaf 100644 --- a/manaplus.cbp +++ b/manaplus.cbp @@ -236,8 +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" />
<Unit filename="src\gui\setup_theme.h" />
<Unit filename="src\gui\setup_video.cpp" />
|