summaryrefslogtreecommitdiffstats
path: root/kbabel
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 11:55:17 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 11:55:17 -0500
commita327e64d2cf732c2ed80f3d28144e05cd5ca1186 (patch)
tree5a40d69ba42ec01d453f9280ed46b57e1742ddf0 /kbabel
parenta4eabeb421eed7bfddcd0a383161155ee41e4eb6 (diff)
downloadtdesdk-a327e64d2cf732c2ed80f3d28144e05cd5ca1186.tar.gz
tdesdk-a327e64d2cf732c2ed80f3d28144e05cd5ca1186.zip
Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown
Diffstat (limited to 'kbabel')
-rw-r--r--kbabel/commonui/projectpref.cpp2
1 files changed, 1 insertions, 1 deletions
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()) );