src/screen.c (set_panel_formats): use symbolic constant in message() call.

This commit is contained in:
Andrew Borodin 2009-04-18 12:55:48 +04:00
parent 438e95b110
commit b8184a4595

View File

@ -1447,7 +1447,7 @@ set_panel_formats (WPanel *p)
panel_update_cols (&(p->widget), p->frame_size);
if (retcode)
message( 1, _("Warning" ), _( "User supplied format looks invalid, reverting to default." ) );
message (D_ERROR, _("Warning" ), _( "User supplied format looks invalid, reverting to default." ) );
if (retcode & 0x01){
g_free (p->user_format);
p->user_format = g_strdup (DEFAULT_USER_FORMAT);