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/Makefile.am | |
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/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 c1287e06c..e6d84e016 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -352,8 +352,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ 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 \ |