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