pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r3977 - trunk/pingus/src


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3977 - trunk/pingus/src
Date: Thu, 26 Feb 2009 15:56:54 +0100

Author: grumbel
Date: 2009-02-26 15:56:54 +0100 (Thu, 26 Feb 2009)
New Revision: 3977

Modified:
   trunk/pingus/src/string_format.cpp
Log:
Some more cleanup of the UTF-8 stuff

Modified: trunk/pingus/src/string_format.cpp
===================================================================
--- trunk/pingus/src/string_format.cpp  2009-02-26 14:54:37 UTC (rev 3976)
+++ trunk/pingus/src/string_format.cpp  2009-02-26 14:56:54 UTC (rev 3977)
@@ -77,7 +77,6 @@
       std::string word = UTF8::substr(beg, it+1);
       int word_width = font.get_width(word);
 
-      // This is pretty ugly and not fast
       if (UTF8::is_linebreak_character(*it))
         {
           if ((line_width + word_width) > width)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]