mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 17:50:52 +01:00
Fix wrong typo
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3920 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -295,7 +295,7 @@ void TitleBlockPropertiesWidget::updateTemplateList()
|
||||
icon = QET::Icons::QETLogo;
|
||||
else if (qc == QET::QetCollection::Custom)
|
||||
icon = QET::Icons::Home;
|
||||
else if (qc == QET::QetCollection::Embendded)
|
||||
else if (qc == QET::QetCollection::Embedded)
|
||||
icon = QET::Icons::TitleBlock;
|
||||
|
||||
foreach(QString tbt_name, tbt_c -> templates())
|
||||
|
||||
Reference in New Issue
Block a user