auto detect aspect ratio of monitor, so that you don't have to know/use the cryptic...
[supertux.git] / src / tinygettext / tinygettext.cpp
index 17a0292..3da855a 100644 (file)
@@ -735,6 +735,7 @@ public:
                   else if (c == 't') token.content += '\t';
                   else if (c == 'r') token.content += '\r';
                   else if (c == '"') token.content += '"';
+                  else if (c == '\\') token.content += '\\';
                   else
                     {
                       log_warning << "Unhandled escape character: " << char(c) << std::endl;