1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

show whether aa text is enabled in info panel

This commit is contained in:
kojima
2003-06-09 05:37:38 +00:00
parent 40c89b3399
commit 8904783aee

View File

@@ -1400,6 +1400,10 @@ wShowInfoPanel(WScreen *scr)
strbuf = wstrappend(strbuf, _("\nSound enabled")); strbuf = wstrappend(strbuf, _("\nSound enabled"));
} }
#ifdef XFT
strbuf = wstrappend(strbuf, _("; Antialiased text"));
#endif
panel->infoL = WMCreateLabel(panel->win); panel->infoL = WMCreateLabel(panel->win);
WMResizeWidget(panel->infoL, 350, 75); WMResizeWidget(panel->infoL, 350, 75);