diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-23 00:03:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-23 00:03:48 +0300 |
commit | 0eeab6d661f978e1557c63a67bfbe8c06a3fdb85 (patch) | |
tree | 2101bdada28ed5623fdd7e8262536f24f39a4c5f /src/CMakeLists.txt | |
parent | 859b5eea1557debd49f3c82a0a302216812a3b27 (diff) | |
download | mv-0eeab6d661f978e1557c63a67bfbe8c06a3fdb85.tar.gz mv-0eeab6d661f978e1557c63a67bfbe8c06a3fdb85.tar.bz2 mv-0eeab6d661f978e1557c63a67bfbe8c06a3fdb85.tar.xz mv-0eeab6d661f978e1557c63a67bfbe8c06a3fdb85.zip |
Rename settings options file from page into gui.
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 980691e95..b9ccf86ae 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -445,14 +445,14 @@ SET(SRCS input/pages/chat.h input/pages/emotes.cpp input/pages/emotes.h + input/pages/gui.cpp + input/pages/gui.h input/pages/move.cpp input/pages/move.h input/pages/other.cpp input/pages/other.h input/pages/outfits.cpp input/pages/outfits.h - input/pages/pages.cpp - input/pages/pages.h input/pages/shortcuts.cpp input/pages/shortcuts.h input/pages/windows.cpp |