From c1124c6ab4b82daf11b13897d92b9590f697ee96 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Oct 2014 00:15:37 -0500 Subject: Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance --- kbabel/commonui/projectpref.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbabel/commonui') diff --git a/kbabel/commonui/projectpref.cpp b/kbabel/commonui/projectpref.cpp index 3ef2b072..5fae9f89 100644 --- a/kbabel/commonui/projectpref.cpp +++ b/kbabel/commonui/projectpref.cpp @@ -80,7 +80,7 @@ ProjectDialog::ProjectDialog(Project::Ptr project) _spellPage = new SpellPreferences(0); addPage(_spellPage, i18n("title of page in preferences dialog","Spelling") - , "spellcheck" + , "tools-check-spelling" , i18n("Options for Spell Checking")); connect( _spellPage, TQT_SIGNAL( settingsChanged() ) , this, TQT_SLOT(updateButtons()) ); -- cgit v1.2.1