aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/SaveThemeDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/theme/SaveThemeDialog.cpp')
-rw-r--r--src/modules/theme/SaveThemeDialog.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/theme/SaveThemeDialog.cpp b/src/modules/theme/SaveThemeDialog.cpp
index 4b4af497c..19e3ede75 100644
--- a/src/modules/theme/SaveThemeDialog.cpp
+++ b/src/modules/theme/SaveThemeDialog.cpp
@@ -163,7 +163,7 @@ SaveThemeDialog::SaveThemeDialog(QWidget * pParent)
ozText += __tr2qs_ctx("Hit the <b>\"Next\"</b> button to continue.","theme");
ozText += "<p>";
- pLayout->addWidget(m_pSaveIconsCheckBox,0,0);
+ pLayout->addWidget(m_pSaveIconsCheckBox,0,0);
pLabel->setText(ozText);
pLayout->addWidget(pLabel,1,0);
pLayout->setRowStretch(2,1);
@@ -323,4 +323,3 @@ bool SaveThemeDialog::saveTheme()
return true;
}
-