From a327e64d2cf732c2ed80f3d28144e05cd5ca1186 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 11:55:17 -0500 Subject: Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown --- kbabel/commonui/projectpref.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbabel') diff --git a/kbabel/commonui/projectpref.cpp b/kbabel/commonui/projectpref.cpp index 5fae9f89..1f53f2f1 100644 --- a/kbabel/commonui/projectpref.cpp +++ b/kbabel/commonui/projectpref.cpp @@ -87,7 +87,7 @@ ProjectDialog::ProjectDialog(Project::Ptr project) _sourcePage = new SourceContextPreferences(0); addPage(_sourcePage, i18n("title of page in preferences dialog","Source") - , "source" + , "text-x-src" ,i18n("Options for Showing Source Context")); connect(_sourcePage, TQT_SIGNAL (itemsChanged()) , this, TQT_SLOT (updateButtons()) ); -- cgit v1.2.1