summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 00:15:31 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 00:15:31 -0500
commitc263bef1eeb9ffdbaa042e2d1791640b6916f5e3 (patch)
treeb5e929cc4c6bdd9d5c34292f2800e38aab63286d
parent9b37da6b8fe4947da5251b7520c1c23c6c542c0c (diff)
downloadktechlab-c263bef1.tar.gz
ktechlab-c263bef1.zip
Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
-rw-r--r--src/itemdocument.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itemdocument.cpp b/src/itemdocument.cpp
index a8272d2..c830bef 100644
--- a/src/itemdocument.cpp
+++ b/src/itemdocument.cpp
@@ -81,7 +81,7 @@ ItemDocument::ItemDocument( const TQString &caption, KTechlab *ktechlab, const c
connect( MechanicsSelector::self(), TQT_SIGNAL(itemClicked(const TQString& )), this, TQT_SLOT(slotUnsetRepeatedItemId()) );
#endif
- m_pAlignmentAction = new TDEActionMenu( i18n("Alignment"), "rightjust", this );
+ m_pAlignmentAction = new TDEActionMenu( i18n("Alignment"), "format-justify-right", this );
slotUpdateConfiguration();
}