diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-12 03:54:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-12 03:54:42 +0300 |
commit | 29cde4fff20d12e076ba7a58d32d9b797ec1fb7a (patch) | |
tree | 642867db4bdebd72f301e4a71ab9d5fa1fc7c752 /src/CMakeLists.txt | |
parent | 2d45a2ca5480ae0fdc03a807787f622444830d44 (diff) | |
download | plus-29cde4fff20d12e076ba7a58d32d9b797ec1fb7a.tar.gz plus-29cde4fff20d12e076ba7a58d32d9b797ec1fb7a.tar.bz2 plus-29cde4fff20d12e076ba7a58d32d9b797ec1fb7a.tar.xz plus-29cde4fff20d12e076ba7a58d32d9b797ec1fb7a.zip |
Rename file name updatewindow to correct updaterwindow.
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 a48c4f28a..8a0135790 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -349,8 +349,8 @@ SET(SRCS gui/tradewindow.h gui/unregisterdialog.cpp gui/unregisterdialog.h - gui/updatewindow.cpp - gui/updatewindow.h + gui/updaterwindow.cpp + gui/updaterwindow.h gui/userpalette.cpp gui/userpalette.h gui/viewport.cpp |