From db7f8030fa9aba645c611ffd3a5efdf0b42b6760 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 11:55:15 -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 --- kate/part/katedocument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate/part') diff --git a/kate/part/katedocument.cpp b/kate/part/katedocument.cpp index f81b8eb0d..1404838c4 100644 --- a/kate/part/katedocument.cpp +++ b/kate/part/katedocument.cpp @@ -528,7 +528,7 @@ TQPixmap KateDocument::configPagePixmap (uint number, int size) const return BarIcon("document-save", size); case 6: - return BarIcon("source", size); + return BarIcon("text-x-src", size); case 7: return BarIcon("edit", size); -- cgit v1.2.1