From 3bb1e5ba9f9509f2feed782c661ec781e17be0a7 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Sun, 4 Jan 2026 06:33:46 +0200
Subject: [PATCH 51/51] Qt: Fix "clean" activity icon

Rename pollution.png as clean.png for it to be used
as clean icon.

Reported by David Fernandez

See RM #1850

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 data/themes/gui-qt/icons/Makefile.am                |   2 +-
 .../gui-qt/icons/{pollution.png => clean.png}       | Bin
 meson.build                                         |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename data/themes/gui-qt/icons/{pollution.png => clean.png} (100%)

diff --git a/data/themes/gui-qt/icons/Makefile.am b/data/themes/gui-qt/icons/Makefile.am
index 44e656a20c..96e8877ef2 100644
--- a/data/themes/gui-qt/icons/Makefile.am
+++ b/data/themes/gui-qt/icons/Makefile.am
@@ -18,6 +18,7 @@ pkgdata_DATA =          	\
 	city-right.png		\
 	city-switch.png		\
 	control.png		\
+	clean.png		\
 	close.png		\
 	cunits.png		\
 	done.png		\
@@ -44,7 +45,6 @@ pkgdata_DATA =          	\
 	paradrop.png		\
 	plantforest.png		\
 	plus.png		\
-	pollution.png		\
 	preferences-other.png	\
 	research.png		\
 	resize.png		\
diff --git a/data/themes/gui-qt/icons/pollution.png b/data/themes/gui-qt/icons/clean.png
similarity index 100%
rename from data/themes/gui-qt/icons/pollution.png
rename to data/themes/gui-qt/icons/clean.png
diff --git a/meson.build b/meson.build
index b0bdef422e..fead1c4ae0 100644
--- a/meson.build
+++ b/meson.build
@@ -3794,6 +3794,7 @@ install_data(
   'data/themes/gui-qt/icons/city-left.png',
   'data/themes/gui-qt/icons/city-right.png',
   'data/themes/gui-qt/icons/city-switch.png',
+  'data/themes/gui-qt/icons/clean.png',
   'data/themes/gui-qt/icons/close.png',
   'data/themes/gui-qt/icons/cmax.png',
   'data/themes/gui-qt/icons/cmin.png',
@@ -3823,7 +3824,6 @@ install_data(
   'data/themes/gui-qt/icons/paradrop.png',
   'data/themes/gui-qt/icons/plantforest.png',
   'data/themes/gui-qt/icons/plus.png',
-  'data/themes/gui-qt/icons/pollution.png',
   'data/themes/gui-qt/icons/preferences-other.png',
   'data/themes/gui-qt/icons/research.png',
   'data/themes/gui-qt/icons/resize.png',
-- 
2.51.0

