Fix translations, there were all broken

This commit is contained in:
Eduardo Bart
2013-01-23 15:35:43 -02:00
parent 1674575dc0
commit 992acd8873
16 changed files with 1182 additions and 586 deletions

View File

@@ -23,7 +23,7 @@
#include "logger.h"
#include "eventdispatcher.h"
#include <boost/regex.hpp>
//#include <boost/regex.hpp>
#include <framework/core/resourcemanager.h>
#ifdef FW_GRAPHICS
@@ -48,6 +48,7 @@ void Logger::log(Fw::LogLevel level, const std::string& message)
std::string outmsg = logPrefixes[level] + message;
/*
#if !defined(NDEBUG) && !defined(WIN32)
// replace paths for improved debug with vim
std::stringstream tmp;
@@ -61,6 +62,7 @@ void Logger::log(Fw::LogLevel level, const std::string& message)
if(!tmp.str().empty())
outmsg = tmp.str();
#endif
*/
std::cout << outmsg << std::endl;