diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 00:15:31 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 00:15:31 -0500 |
commit | c263bef1eeb9ffdbaa042e2d1791640b6916f5e3 (patch) | |
tree | b5e929cc4c6bdd9d5c34292f2800e38aab63286d | |
parent | 9b37da6b8fe4947da5251b7520c1c23c6c542c0c (diff) | |
download | ktechlab-c263bef1eeb9ffdbaa042e2d1791640b6916f5e3.tar.gz ktechlab-c263bef1eeb9ffdbaa042e2d1791640b6916f5e3.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.cpp | 2 |
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(); } |