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 /src/CMakeLists.txt | |
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 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ff9c75770..2e05d5c69 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -317,8 +317,8 @@ SET(SRCS gui/setup_keyboard.h gui/setup_perfomance.cpp gui/setup_perfomance.h - gui/setup_players.cpp - gui/setup_players.h + gui/setup_relations.cpp + gui/setup_relations.h gui/setup_video.cpp gui/setup_video.h gui/sdlfont.cpp |