diff --git a/src/dialog.c b/src/dialog.c index 8f9732c4..391dda23 100644 --- a/src/dialog.c +++ b/src/dialog.c @@ -1383,6 +1383,10 @@ void wShowInfoPanel(WScreen *scr) case 32: strbuf = wstrappend(strbuf, _("(16 million colors)\n")); break; + case 30: + case 40: + strbuf = wstrappend(strbuf, _("(1 billion colors)\n")); + break; default: snprintf(buffer, sizeof(buffer), _("(%d colors)\n"), 1 << scr->w_depth); strbuf = wstrappend(strbuf, buffer);