From 6c05739c62484dae8d5ed9fb0dfdb6590aacfe88 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 25 Sep 2013 13:48:24 +0300 Subject: improve a bit strings declaration. --- src/gui/updaterwindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/updaterwindow.cpp') diff --git a/src/gui/updaterwindow.cpp b/src/gui/updaterwindow.cpp index 1dc154b23..8b0dab6b3 100644 --- a/src/gui/updaterwindow.cpp +++ b/src/gui/updaterwindow.cpp @@ -50,10 +50,10 @@ #include "debug.h" -const std::string xmlUpdateFile = "resources.xml"; -const std::string txtUpdateFile = "resources2.txt"; +const std::string xmlUpdateFile("resources.xml"); +const std::string txtUpdateFile("resources2.txt"); const std::string updateServer2 - = "http://download.evolonline.org/manaplus/updates/"; + ("http://download.evolonline.org/manaplus/updates/"); /** * Load the given file into a vector of updateFiles. -- cgit v1.2.3-60-g2f50