Skip to content

Commit

Permalink
Merge pull request #1460 from dpogue/icon-casing
Browse files Browse the repository at this point in the history
Fix file extension case on plCrashHandler icon
  • Loading branch information
dpogue authored Aug 13, 2023
2 parents 2958319 + 4d42f71 commit bd1c179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Plasma/Apps/plCrashHandler/plCrashHandler.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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"


/////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit bd1c179

Please sign in to comment.