diff --git a/acrobat-plugin/install.bat b/acrobat-plugin/install.bat index 42b466c..ae17531 100644 --- a/acrobat-plugin/install.bat +++ b/acrobat-plugin/install.bat @@ -1,9 +1,9 @@ @echo off chcp 65001 >nul 2>&1 setlocal EnableDelayedExpansion -title Imposition Professionnelle (Acrobat) — Installation +title Copydev Imposition Tool — Installation -set "APP_NAME=Imposition Professionnelle (plugin Acrobat)" +set "APP_NAME=Copydev Imposition Tool" set "INSTALL_DIR=%LOCALAPPDATA%\CopydevImposingAcrobat" set "REPO_DIR=%INSTALL_DIR%\repo" set "GITEA_REPO=https://git.copydev.fr/jules/copydev-imposing-tool.git" diff --git a/acrobat-plugin/resources/logo.png b/acrobat-plugin/resources/logo.png new file mode 100755 index 0000000..30a61eb Binary files /dev/null and b/acrobat-plugin/resources/logo.png differ diff --git a/acrobat-plugin/src/Imposition-01-UI.js b/acrobat-plugin/src/Imposition-01-UI.js index 59b741d..6f40bf2 100755 --- a/acrobat-plugin/src/Imposition-01-UI.js +++ b/acrobat-plugin/src/Imposition-01-UI.js @@ -101,17 +101,26 @@ CDImp.UI._moduleAVenir = function (nomModule) { }; /** - * Boite "A propos" : version installee, modules disponibles, support. + * Boite "A propos" : nom du produit, version, modules, contact, copyright. + * Reprend le meme habillage que la boite "A propos" de l'application + * desktop CopyDev (Jules Dubois, contact@copydev.fr, www.copydev.fr, + * copyright). app.alert() n'affiche que du texte : le logo CopyDev + * (acrobat-plugin/resources/logo.png dans le depot) n'est pas affichable + * dans cette boite simple, faute de support d'image dans cette API. */ CDImp.UI.afficherAPropos = function () { CDImp.Util.info( - "Imposition Professionnelle pour Acrobat Pro\n" + + "Copydev Imposition Tool\n" + + "(plugin Acrobat Pro)\n" + "Version : " + CDImp.VERSION + "\n\n" + "Modules : Livret/Delivretisation, N-Up & Step and Repeat,\n" + "Decoupe & reassemblage, Marges & cadrages,\n" + "Reperes/numerotation, Automatisation.\n\n" + - "Depot : git.copydev.fr/jules/copydev-imposing-tool\n" + - "(dossier acrobat-plugin/)\n\n" + + "CopyDev\n" + + "Jules Dubois\n" + + "contact@copydev.fr\n" + + "www.copydev.fr\n\n" + + "(c) 2026 CopyDev — Tous droits reserves\n\n" + "Utilisez \"Imposition Pro > Verifier les mises a jour...\"\n" + "pour installer la derniere version." );