summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-01 21:43:40 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-01 21:43:40 +0000
commit14959b3968191a51053c5b0257104feea21be316 (patch)
tree431c364a38b05131ed6fcf1d069ee04ae4c14c3a /src
parent3ee67b7374e5fa5fd5f7c44f224d4ba00529e209 (diff)
downloadmanaserv-14959b3968191a51053c5b0257104feea21be316.tar.gz
manaserv-14959b3968191a51053c5b0257104feea21be316.tar.bz2
manaserv-14959b3968191a51053c5b0257104feea21be316.tar.xz
manaserv-14959b3968191a51053c5b0257104feea21be316.zip
Fixed keywords property not set on these two new files.
Diffstat (limited to 'src')
-rw-r--r--src/accountclient.cpp2
-rw-r--r--src/accountclient.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/accountclient.cpp b/src/accountclient.cpp
index 1b1172e3..d93f3b3a 100644
--- a/src/accountclient.cpp
+++ b/src/accountclient.cpp
@@ -18,7 +18,7 @@
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: accounthandler.cpp 2478 2006-07-27 21:04:04Z umperio $
+ * $Id$
*/
#include "accountclient.h"
diff --git a/src/accountclient.h b/src/accountclient.h
index a73b773e..5c36f020 100644
--- a/src/accountclient.h
+++ b/src/accountclient.h
@@ -18,7 +18,7 @@
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: accounthandler.cpp 2478 2006-07-27 21:04:04Z umperio $
+ * $Id$
*/
#ifndef _TMWSERV_ACCOUNTCLIENT_H_