summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorRogier Polak <rogier.l.a.polak@gmail.com>2007-03-03 18:19:49 +0000
committerRogier Polak <rogier.l.a.polak@gmail.com>2007-03-03 18:19:49 +0000
commit7d09a35a7d0d6102c238cba0531d623fa137501f (patch)
treedf37740a5af09af25a58c34e89314995596664ed /src/gui
parentbe1bd893e87ef40855f531b287c94ab4445c12a9 (diff)
downloadmana-client-7d09a35a7d0d6102c238cba0531d623fa137501f.tar.gz
mana-client-7d09a35a7d0d6102c238cba0531d623fa137501f.tar.bz2
mana-client-7d09a35a7d0d6102c238cba0531d623fa137501f.tar.xz
mana-client-7d09a35a7d0d6102c238cba0531d623fa137501f.zip
Fixed auto-character-select and switch_character combination. Added svn-properties keyword and eol-style, where appropriate.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/selectionlistener.h2
-rw-r--r--src/gui/shoplistbox.cpp2
-rw-r--r--src/gui/shoplistbox.h2
-rw-r--r--src/gui/unregisterdialog.cpp1
-rw-r--r--src/gui/unregisterdialog.h2
5 files changed, 5 insertions, 4 deletions
diff --git a/src/gui/selectionlistener.h b/src/gui/selectionlistener.h
index a2fc6533..b39672b5 100644
--- a/src/gui/selectionlistener.h
+++ b/src/gui/selectionlistener.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: selectionlistener.h 2651 2006-09-03 16:47:48Z b_lindeijer $
+ * $Id$
*/
#ifndef _TMW_SELECTIONLISTENER_H__
diff --git a/src/gui/shoplistbox.cpp b/src/gui/shoplistbox.cpp
index 946f518b..0e2ea6d3 100644
--- a/src/gui/shoplistbox.cpp
+++ b/src/gui/shoplistbox.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: listbox.cpp 2655 2006-09-03 21:25:02Z b_lindeijer $
+ * $Id$
*/
#include "shoplistbox.h"
diff --git a/src/gui/shoplistbox.h b/src/gui/shoplistbox.h
index 1cfb183b..44a68445 100644
--- a/src/gui/shoplistbox.h
+++ b/src/gui/shoplistbox.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: listbox.h 2655 2006-09-03 21:25:02Z b_lindeijer $
+ * $Id$
*/
#ifndef _TMW_SHOPLISTBOX_H
diff --git a/src/gui/unregisterdialog.cpp b/src/gui/unregisterdialog.cpp
index 03e4880f..9a09389d 100644
--- a/src/gui/unregisterdialog.cpp
+++ b/src/gui/unregisterdialog.cpp
@@ -18,6 +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$
*/
#include "unregisterdialog.h"
diff --git a/src/gui/unregisterdialog.h b/src/gui/unregisterdialog.h
index 40fdf7fe..8ba380dd 100644
--- a/src/gui/unregisterdialog.h
+++ b/src/gui/unregisterdialog.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: register.h 3036 2007-01-14 16:45:13Z b_lindeijer $
+ * $Id$
*/
#ifndef _TMW_UNREGISTERDIALOG_H