From: Perttu Ahola Date: Fri, 11 Feb 2011 19:10:06 +0000 (+0200) Subject: disabled work wrap to show every line of chat in any case X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=41f4caebcbba410c6bbc398a6184439cb62b03eb;p=zefram%2Fminetest%2Fminetest_engine.git disabled work wrap to show every line of chat in any case --- diff --git a/src/main.cpp b/src/main.cpp index 9aabc674..24310b53 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1764,7 +1764,8 @@ int main(int argc, char *argv[]) gui::IGUIStaticText *guitext_chat = guienv->addStaticText( L"", core::rect(0,0,0,0), - false, true); + false, false); // Disable word wrap as of now + //false, true); guitext_chat->setBackgroundColor(video::SColor(96,0,0,0)); core::list chat_lines;