diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 00:15:30 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 00:15:30 -0500 |
| commit | 285ed33941fa09ed2b1f0d18d74117b73f5dfefd (patch) | |
| tree | b9b2b2cf292658de7e1d19246033609357bd918b /kpresenter/KPrConfig.cpp | |
| parent | 5844cd0f1e79f8ccca3d1536a7cc96c4af81d293 (diff) | |
| download | koffice-285ed33941fa09ed2b1f0d18d74117b73f5dfefd.tar.gz koffice-285ed33941fa09ed2b1f0d18d74117b73f5dfefd.zip | |
Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
Diffstat (limited to 'kpresenter/KPrConfig.cpp')
| -rw-r--r-- | kpresenter/KPrConfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrConfig.cpp b/kpresenter/KPrConfig.cpp index b43012a4b..17a493e98 100644 --- a/kpresenter/KPrConfig.cpp +++ b/kpresenter/KPrConfig.cpp @@ -94,7 +94,7 @@ KPrConfig::KPrConfig( KPrView* parent ) _colorBackground = new KPrConfigureColorBackground( parent, page ); page = addVBoxPage( i18n("Spelling"), i18n("Spellchecker Behavior"), - BarIcon("spellcheck", TDEIcon::SizeMedium) ); + BarIcon("tools-check-spelling", TDEIcon::SizeMedium) ); _spellPage=new KPrConfigureSpellPage(parent, page); page = addVBoxPage( i18n("Misc"), i18n("Misc"), |
