From 8904783aee018867b513764eef0deb1d61419836 Mon Sep 17 00:00:00 2001 From: kojima Date: Mon, 9 Jun 2003 05:37:38 +0000 Subject: [PATCH] show whether aa text is enabled in info panel --- src/dialog.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/dialog.c b/src/dialog.c index 17f0746c..bff2010b 100644 --- a/src/dialog.c +++ b/src/dialog.c @@ -1400,6 +1400,10 @@ wShowInfoPanel(WScreen *scr) strbuf = wstrappend(strbuf, _("\nSound enabled")); } +#ifdef XFT + strbuf = wstrappend(strbuf, _("; Antialiased text")); +#endif + panel->infoL = WMCreateLabel(panel->win); WMResizeWidget(panel->infoL, 350, 75); -- 2.11.4.GIT