summaryrefslogtreecommitdiffstats
path: root/languages/ada
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 11:55:18 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 11:55:18 -0500
commit5773501d560f5ff65d407715536c7a5dae0955fe (patch)
tree465be04f4a130a0b3c2a193267ea3571b5fa843c /languages/ada
parent50be8112bdb941ec5cc0f86bac1b0ab14ee2cf79 (diff)
downloadtdevelop-5773501d560f5ff65d407715536c7a5dae0955fe.tar.gz
tdevelop-5773501d560f5ff65d407715536c7a5dae0955fe.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 'languages/ada')
-rw-r--r--languages/ada/problemreporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/ada/problemreporter.cpp b/languages/ada/problemreporter.cpp
index 1e97ad7c..12090860 100644
--- a/languages/ada/problemreporter.cpp
+++ b/languages/ada/problemreporter.cpp
@@ -253,7 +253,7 @@ void ProblemReporter::configure()
void ProblemReporter::configWidget( KDialogBase* dlg )
{
kdDebug() << "ProblemReporter::configWidget()" << endl;
- TQVBox *vbox = dlg->addVBoxPage(i18n("Ada Parsing"), i18n("Ada Parsing"), BarIcon( "source", TDEIcon::SizeMedium ));
+ TQVBox *vbox = dlg->addVBoxPage(i18n("Ada Parsing"), i18n("Ada Parsing"), BarIcon( "text-x-src", TDEIcon::SizeMedium ));
ConfigureProblemReporter* w = new ConfigureProblemReporter( vbox );
connect(dlg, TQT_SIGNAL(okClicked()), w, TQT_SLOT(accept()));
connect(dlg, TQT_SIGNAL(okClicked()), this, TQT_SLOT(configure()));