summaryrefslogtreecommitdiff
path: root/audio/wsoundprefs/patches/patch-ag
blob: e3c18fb476d7ded3893fc1bc0450686febe0f12b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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 {