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/Makefile.am | |
parent | 859b5eea1557debd49f3c82a0a302216812a3b27 (diff) | |
download | plus-0eeab6d661f978e1557c63a67bfbe8c06a3fdb85.tar.gz plus-0eeab6d661f978e1557c63a67bfbe8c06a3fdb85.tar.bz2 plus-0eeab6d661f978e1557c63a67bfbe8c06a3fdb85.tar.xz plus-0eeab6d661f978e1557c63a67bfbe8c06a3fdb85.zip |
Rename settings options file from page into gui.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 28d41afc6..1990e3c46 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -569,14 +569,14 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ 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 \ |