summaryrefslogtreecommitdiffstats
path: root/konsole
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 00:15:36 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 00:15:36 -0500
commitfa0a6c91a6b302efa93a763fd9915634d2fd9294 (patch)
treeb34e94fa23efd6f4bab8d4b4fa68bd46c05d94e3 /konsole
parentd98b88f111061ed568c3b1b9d93e1cff708c90ce (diff)
downloadtdebase-fa0a6c91a6b302efa93a763fd9915634d2fd9294.tar.gz
tdebase-fa0a6c91a6b302efa93a763fd9915634d2fd9294.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 'konsole')
-rw-r--r--konsole/konsole/konsole_part.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konsole/konsole/konsole_part.cpp b/konsole/konsole/konsole_part.cpp
index 1e02447d9..ffefcc03b 100644
--- a/konsole/konsole/konsole_part.cpp
+++ b/konsole/konsole/konsole_part.cpp
@@ -404,7 +404,7 @@ void konsolePart::makeGUI()
// Select line spacing
selectLineSpacing = new TDESelectAction(i18n("Li&ne Spacing"),
- SmallIconSet("leftjust"), 0, this,
+ SmallIconSet("format-justify-left"), 0, this,
TQT_SLOT(slotSelectLineSpacing()), settingsActions );
TQStringList lineSpacingList;