diff options
Diffstat (limited to 'languages/ada/problemreporter.cpp')
-rw-r--r-- | languages/ada/problemreporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/ada/problemreporter.cpp b/languages/ada/problemreporter.cpp index 6bac0253..1e97ad7c 100644 --- a/languages/ada/problemreporter.cpp +++ b/languages/ada/problemreporter.cpp @@ -266,7 +266,7 @@ void ProblemReporter::slotPartAdded( KParts::Part* part ) if( !iface ) return; - iface->setPixmap( KTextEditor::MarkInterface::markType07, SmallIcon("stop") ); + iface->setPixmap( KTextEditor::MarkInterface::markType07, SmallIcon("process-stop") ); } void ProblemReporter::slotPartRemoved( KParts::Part* part ) |