summaryrefslogtreecommitdiff
path: root/src/gui/register.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-18 20:14:23 +0100
committerIra Rice <irarice@gmail.com>2009-02-18 13:19:11 -0700
commitc3f7f72f37adad5103587069ff549798fc9d652d (patch)
treedf268b0bfd478cb3f4d740b1bce9a882bc70c538 /src/gui/register.cpp
parentb8f0e1755ae8c6acf9bc681a83f18ef6ff0a1172 (diff)
downloadMana-c3f7f72f37adad5103587069ff549798fc9d652d.tar.gz
Mana-c3f7f72f37adad5103587069ff549798fc9d652d.tar.bz2
Mana-c3f7f72f37adad5103587069ff549798fc9d652d.tar.xz
Mana-c3f7f72f37adad5103587069ff549798fc9d652d.zip
Introduced a toLower method and grouped string utils
The string utility methods are now grouped together in the stringutils.h header. Also, a toLower method was added for convenience.
Diffstat (limited to 'src/gui/register.cpp')
-rw-r--r--src/gui/register.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/register.cpp b/src/gui/register.cpp
index fd7df18d..13928e41 100644
--- a/src/gui/register.cpp
+++ b/src/gui/register.cpp
@@ -40,7 +40,7 @@
#include "../utils/gettext.h"
#include "../utils/strprintf.h"
-#include "../utils/tostring.h"
+#include "../utils/stringutils.h"
/**
* Listener used while dealing with wrong data. It is used to direct the focus