From 5a97f77430b4a679715a44f377633255f340c7cb Mon Sep 17 00:00:00 2001 From: Myriam Bouchemit Date: Mon, 15 Apr 2019 17:04:04 +0200 Subject: [PATCH] icone treps for SAMP --- ihm/app/controller/SAMP/SAMPManager.js | 2 +- ihm/resources/images/samp/treps.png | Bin 0 -> 2002 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 ihm/resources/images/samp/treps.png diff --git a/ihm/app/controller/SAMP/SAMPManager.js b/ihm/app/controller/SAMP/SAMPManager.js index 110a291..5bf8b72 100644 --- a/ihm/app/controller/SAMP/SAMPManager.js +++ b/ihm/app/controller/SAMP/SAMPManager.js @@ -31,7 +31,7 @@ Ext.define('treps.controller.SAMP.SAMPManager', { onLoad: function() { //init meta data var href = window.location.href; - var iconURL = href+'resources/images/samp/treps.jpg'; + var iconURL = href+'resources/images/samp/treps.png'; var meta = { "samp.name": treps.Constants.APP_TITLE, diff --git a/ihm/resources/images/samp/treps.png b/ihm/resources/images/samp/treps.png new file mode 100644 index 0000000..e3d7a27 Binary files /dev/null and b/ihm/resources/images/samp/treps.png differ -- libgit2 0.21.2