Branch: master

c263bef1 2014-10-14 00:15:31 Timothy Pearson
Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
M src/itemdocument.cpp
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 @@
 	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();
 }