From cc8758a1ea47d7d11c3ef5394551c0a3d7f44945 Mon Sep 17 00:00:00 2001 From: gheja Date: Fri, 14 Feb 2020 22:08:40 +0100 Subject: [PATCH] Fixed file name extension case of pin3.PNG and assoc1.PNG used in help - platforms handling file names case-sensitively (i.e. Linux) could not find these files --- help/images/{assoc1.PNG => assoc1.png} | Bin help/images/{pin3.PNG => pin3.png} | Bin 2 files changed, 0 insertions(+), 0 deletions(-) rename help/images/{assoc1.PNG => assoc1.png} (100%) rename help/images/{pin3.PNG => pin3.png} (100%) diff --git a/help/images/assoc1.PNG b/help/images/assoc1.png similarity index 100% rename from help/images/assoc1.PNG rename to help/images/assoc1.png diff --git a/help/images/pin3.PNG b/help/images/pin3.png similarity index 100% rename from help/images/pin3.PNG rename to help/images/pin3.png