aboutsummaryrefslogtreecommitdiffstats
path: root/audio/musicbox/files/patch-ListView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/musicbox/files/patch-ListView.cpp')
-rw-r--r--audio/musicbox/files/patch-ListView.cpp26
1 files changed, 26 insertions, 0 deletions
diff --git a/audio/musicbox/files/patch-ListView.cpp b/audio/musicbox/files/patch-ListView.cpp
new file mode 100644
index 00000000000..729063cf2bb
--- /dev/null
+++ b/audio/musicbox/files/patch-ListView.cpp
@@ -0,0 +1,26 @@
+--- ListView.cpp.orig Wed Feb 17 09:17:11 1999
++++ ListView.cpp Wed Feb 17 09:21:00 1999
+@@ -383,11 +383,11 @@
+ if (item != NULL)
+ temp = item;
+
+- lbl = new QLabel("歌星:",this);
++ lbl = new QLabel("Artist:",this);
+ topLayout->addWidget(lbl,0,0);
+- lbl = new QLabel("專輯名稱:",this);
++ lbl = new QLabel("Album:",this);
+ topLayout->addWidget(lbl,1,0);
+- lbl = new QLabel("發行公司:",this);
++ lbl = new QLabel("Company:",this);
+ topLayout->addWidget(lbl,2,0);
+
+ Title = new QLabel(this);
+@@ -412,7 +412,7 @@
+ connect(btn,SIGNAL(clicked()),this,SLOT(RemoveSong()));
+ topLayout->addWidget(btn,4,1);
+
+- lbl = new QLabel("歌曲名稱:",this);
++ lbl = new QLabel("Title:",this);
+ topLayout->addWidget(lbl,4,2);
+
+ edtSinger = new QLineEdit(this);