Replace TODO by FIXME in comments

This commit is contained in:
Sebastien Helleu 2010-08-01 18:16:55 +02:00
parent 1c5a4f7a6c
commit 972e8bc4a8
2 changed files with 2 additions and 2 deletions

View File

@ -569,7 +569,7 @@ gui_bar_window_draw (struct t_gui_bar_window *bar_window,
if (diff > 0)
{
/*
* TODO: keep some spaces after end of input
* FIXME: keep some spaces after end of input
* for example by adding something to diff, like:
* diff += (9 - (diff % 10));
* but then scroll position has to be saved

View File

@ -454,7 +454,7 @@ gui_chat_display_word (struct t_gui_window *window,
if ((length_align > 0)
&& (window->win_chat_cursor_x == 0)
&& (*lines_displayed > 0)
/* TODO: modify arbitraty value for non aligning messages on time/nick? */
/* FIXME: modify arbitraty value for non aligning messages on time/nick? */
&& (length_align < (window->win_chat_width - 5)))
{
if (!simulate)