Updated changelog and removed some debug output

This commit is contained in:
Philippe Plantier 2005-04-17 21:37:43 +00:00
parent 619b60feee
commit 7b12b696f5
2 changed files with 1 additions and 1 deletions

View file

@ -38,6 +38,7 @@ CVS HEAD:
* fixed bug #12611: modifying villages with [terrain] interacting badly with capturing them.
* fixed user-campaigns not being translatable anymore
* added a shortcut for making screenshots
* fixed the formatting of wrapped text lines being lost
Version 0.9.0:
* user interface improvements:

View file

@ -960,7 +960,6 @@ std::string word_wrap_text(const std::string& unwrapped_text, int font_size, int
++ch;
}
current_line = format_string;
std::cerr << "Format string is " << format_string << "\n";
start_of_line = false;
}