From 2e5dc7a514ad3426f520c07b4a9d69ab4f7f53cc Mon Sep 17 00:00:00 2001 From: Piotr Kostrzewski <149613701+piotrtrkostrzewski94@users.noreply.github.com> Date: Wed, 10 Jan 2024 19:12:56 +0100 Subject: [PATCH] Update pixelorama.nsi I added a translation to the Edit project with Pixelorama context menu into Polish. --- installer/pixelorama.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/pixelorama.nsi b/installer/pixelorama.nsi index eba55a987..77dde7a5b 100644 --- a/installer/pixelorama.nsi +++ b/installer/pixelorama.nsi @@ -6,7 +6,7 @@ ; Helper variables so that we don't change 20 instances of the version for every update !define APPNAME "Pixelorama" - !define APPVERSION "v0.11.2" + !define APPVERSION "v0.11.3" !define COMPANYNAME "Orama Interactive" @@ -81,7 +81,7 @@ ; Multilingual support - !insertmacro MUI_LANGUAGE "English" + !insertmacro MUI_LANGUAGE "Polski" ;@INSERT_TRANSLATIONS@ @@ -152,7 +152,7 @@ WriteRegStr HKCR "Pixelorama project\DefaultIcon" "" "$INSTDIR\pxo.ico" WriteRegStr HKCR "Pixelorama project\shell\open\command" "" '$INSTDIR\${APPNAME}.exe "%1"' - WriteRegStr HKCR "Pixelorama project\shell\edit" "" "Edit project in ${APPNAME}" + WriteRegStr HKCR "Pixelorama project\shell\edit" "" "Edytuj projekt w ${APPNAME}" WriteRegStr HKCR "Pixelorama project\shell\edit\command" "" '$INSTDIR\${APPNAME}.exe "%1"' SectionEnd