From d06bb8b517afe956b59aed99122f80d3809498a0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 17:52:16 -0500 Subject: Bring stop, lock, exit, and run icons into XDG compliance --- languages/ada/problemreporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'languages/ada/problemreporter.cpp') 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 ) -- cgit v1.2.3