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

@@ -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;