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

update for WINGs font interface change

This commit is contained in:
kojima
1999-05-31 00:47:10 +00:00
parent 7c9574b1ea
commit 029695bcda
2 changed files with 2 additions and 3 deletions

View File

@@ -1042,7 +1042,7 @@ wShowInfoPanel(WScreen *scr)
WMSetLabelTextAlignment(panel->copyrL, WALeft);
WMSetLabelText(panel->copyrL, COPYRIGHT_TEXT);
/* we want the (c) character in the helvetica font */
font = WMCreateFontInDefaultEncoding(scr->wmscreen, HELVETICA10_FONT);
font = WMCreateNormalFont(scr->wmscreen, HELVETICA10_FONT);
if (font) {
WMSetLabelFont(panel->copyrL, font);
}