$NetBSD: patch-ad,v 1.2 2004/01/02 11:30:03 jmmv Exp $

--- ListView.cpp.orig	1997-11-16 14:58:42.000000000 +0100
+++ ListView.cpp
@@ -67,7 +67,7 @@ AlbumItem& AlbumItem::operator=(const Al
         return *this;
 }
 
-AlbumListBox::AlbumListBox(QWidget* parent=0, const char* name=0)
+AlbumListBox::AlbumListBox(QWidget* parent, const char* name)
 		:MultiListBox(parent,(char *)name)
 {
 	ptr.setAutoDelete(TRUE);
@@ -365,7 +365,7 @@ int Mixer::Set(int l)
 	return(1);
 }
 
-AlbumInfoView::AlbumInfoView(AlbumItem *item,int i,QWidget *parent=0)
+AlbumInfoView::AlbumInfoView(AlbumItem *item,int i,QWidget *parent)
 		:QDialog(parent,"Info",TRUE)
 {
 	QLabel *lbl;
@@ -383,11 +383,11 @@ AlbumInfoView::AlbumInfoView(AlbumItem *
 	if (item != NULL)
 		temp = item;
 
-	lbl = new QLabel("qP:",this);
+	lbl = new QLabel("Artist:",this);
 	topLayout->addWidget(lbl,0,0);
-	lbl = new QLabel("MW:",this);
+	lbl = new QLabel("Album:",this);
 	topLayout->addWidget(lbl,1,0);
-	lbl = new QLabel("o椽q:",this);
+	lbl = new QLabel("Company:",this);
 	topLayout->addWidget(lbl,2,0);
 
 	Title = new QLabel(this);
@@ -412,7 +412,7 @@ AlbumInfoView::AlbumInfoView(AlbumItem *
 	connect(btn,SIGNAL(clicked()),this,SLOT(RemoveSong()));
 	topLayout->addWidget(btn,4,1);
 
-	lbl = new QLabel("qW:",this);
+	lbl = new QLabel("Title:",this);
 	topLayout->addWidget(lbl,4,2);
 
 	edtSinger = new QLineEdit(this);
