Renamed cons_bad_show -> cons_show_error

This commit is contained in:
James Booth
2013-04-21 02:49:23 +01:00
parent f110a8fe3b
commit b2c08cfc43
5 changed files with 13 additions and 13 deletions

View File

@@ -121,7 +121,7 @@ cons_show(const char * const msg, ...)
}
void
cons_bad_show(const char * const msg, ...)
cons_show_error(const char * const msg, ...)
{
va_list arg;
va_start(arg, msg);

View File

@@ -146,7 +146,7 @@ void cons_show_account(ProfAccount *account);
void cons_debug(const char * const msg, ...);
void cons_show_time(void);
void cons_show_word(const char * const word);
void cons_bad_show(const char * const cmd, ...);
void cons_show_error(const char * const cmd, ...);
void cons_highlight_show(const char * const cmd);
void cons_show_contacts(GSList * list);
void cons_show_wins(void);

View File

@@ -353,7 +353,7 @@ ui_show_incoming_msg(const char * const from, const char * const message,
_win_show_message(console->win, message);
}
cons_bad_show("Windows all used, close a window to respond.");
cons_show("Windows all used, close a window to respond.");
if (current_index == 0) {
dirty = TRUE;