From 4d42f71da53a75bad620fe2cf3fe8ba50af7595f Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Fri, 11 Aug 2023 20:59:30 -0700 Subject: [PATCH] Fix file extension case on CrashHandler icon --- Sources/Plasma/Apps/plCrashHandler/plCrashHandler.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Plasma/Apps/plCrashHandler/plCrashHandler.rc b/Sources/Plasma/Apps/plCrashHandler/plCrashHandler.rc index 5a0d5261ea..519ed2e314 100644 --- a/Sources/Plasma/Apps/plCrashHandler/plCrashHandler.rc +++ b/Sources/Plasma/Apps/plCrashHandler/plCrashHandler.rc @@ -102,7 +102,7 @@ IDB_BITMAP BITMAP "banner.bmp" // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDI_ICON1 ICON "Dirt.ICO" +IDI_ICON1 ICON "Dirt.ico" /////////////////////////////////////////////////////////////////////////////