pkgsrc/audio/wsoundprefs/patches/patch-ag
2004-11-25 13:14:01 +00:00

13 lines
606 B
Text

$NetBSD: patch-ag,v 1.1 2004/11/25 13:14:02 adam Exp $
--- src/WSoundPrefs.c.orig 2004-11-25 13:48:33.000000000 +0000
+++ src/WSoundPrefs.c
@@ -407,7 +407,7 @@ Initialize(WMScreen *scr)
WMResizeWidget(panel->copyrightL, 448, 20);
WMMoveWidget(panel->copyrightL, 8, 178);
WMSetLabelTextAlignment(panel->copyrightL, WACenter);
- font = WMCreateNormalFont(scr, "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*");
+ font = WMCreateFont(scr, "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*");
if (font)
WMSetLabelText(panel->copyrightL, "Copyright \xa9 1999 The Az\xe5rg-r\xfbh");
else {