diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-19 15:11:58 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-19 15:11:58 +0000 |
| commit | a849e93804c5662d68c478e3b6fb9ea301795809 (patch) | |
| tree | aa71632f6b0b821280fb457b6090271b3d47cacf /src/qmmpui/tageditor.cpp | |
| parent | a09f7ea6f41f0744e9d34361aa146652e94cf74a (diff) | |
| download | qmmp-a849e93804c5662d68c478e3b6fb9ea301795809.tar.gz qmmp-a849e93804c5662d68c478e3b6fb9ea301795809.tar.bz2 qmmp-a849e93804c5662d68c478e3b6fb9ea301795809.zip | |
enabled vorbis plugin, fixed translation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1234 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/tageditor.cpp')
| -rw-r--r-- | src/qmmpui/tageditor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/tageditor.cpp b/src/qmmpui/tageditor.cpp index 5af62220c..7e4927213 100644 --- a/src/qmmpui/tageditor.cpp +++ b/src/qmmpui/tageditor.cpp @@ -71,6 +71,7 @@ void TagEditor::readTag() { m_ui->tagWidget->setEnabled(m_tagModel->exists()); m_ui->useCheckBox->setChecked(m_tagModel->exists()); + m_ui->useCheckBox->setVisible(m_tagModel->caps() & TagModel::CreateRemove); m_ui->titleLineEdit->setText(m_tagModel->value(Qmmp::TITLE)); m_ui->artistLineEdit->setText(m_tagModel->value(Qmmp::ARTIST)); m_ui->albumLineEdit->setText(m_tagModel->value(Qmmp::ALBUM)); |
