diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-01 04:15:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-01 04:15:19 +0300 |
commit | 292968544ed758ae58c29b613cb89a7b67e551fa (patch) | |
tree | 710b40f187592a1f3efb44b308a457f002f096f8 /src/CMakeLists.txt | |
parent | d90303a19147d679f46759aba8b8711962b6e176 (diff) | |
download | plus-292968544ed758ae58c29b613cb89a7b67e551fa.tar.gz plus-292968544ed758ae58c29b613cb89a7b67e551fa.tar.bz2 plus-292968544ed758ae58c29b613cb89a7b67e551fa.tar.xz plus-292968544ed758ae58c29b613cb89a7b67e551fa.zip |
Rename CustomServerDialog to EditServerDialog.
Use EditServerDialog for adding new servers to ServerDialog.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d2c003559..955795a14 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -245,6 +245,8 @@ SET(SRCS gui/debugwindow.h gui/didyouknowwindow.cpp gui/didyouknowwindow.h + gui/editserverdialog.cpp + gui/editserverdialog.h gui/emotepopup.cpp gui/emotepopup.h gui/equipmentwindow.cpp |