mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-15 01:57:08 +01:00
-> "
This commit is contained in:
parent
fa31189357
commit
647789d31e
@ -76,7 +76,7 @@ void FormCategoryDetails::loadCategoryData() {
|
||||
}
|
||||
}
|
||||
else {
|
||||
setWindowTitle(tr("Edit '%1'").arg(m_category->title()));
|
||||
setWindowTitle(tr("Edit \"%1\"").arg(m_category->title()));
|
||||
m_ui->m_cmbParentCategory->setCurrentIndex(m_ui->m_cmbParentCategory->findData(QVariant::fromValue((void*) m_category->parent())));
|
||||
}
|
||||
|
||||
|
@ -81,7 +81,7 @@ void FormFeedDetails::loadFeedData() {
|
||||
setWindowTitle(tr("Add new feed"));
|
||||
}
|
||||
else {
|
||||
setWindowTitle(tr("Edit '%1'").arg(m_feed->title()));
|
||||
setWindowTitle(tr("Edit \"%1\"").arg(m_feed->title()));
|
||||
}
|
||||
|
||||
m_ui->m_cmbAutoUpdateType->setCurrentIndex(m_ui->m_cmbAutoUpdateType->findData(QVariant::fromValue(int(m_feed->autoUpdateType()))));
|
||||
|
Loading…
Reference in New Issue
Block a user