diff --git a/INSTALL.w32 b/INSTALL.w32 index 90a4156a..92a5bbcf 100644 --- a/INSTALL.w32 +++ b/INSTALL.w32 @@ -7,8 +7,9 @@ This is for debian hosts, cross-compiling a windows binary. Needed packages: mingw cross compiler makensis cross tool + wine (to run moc.exe and uic.exe) -# apt-get install mingw32 mingw32-binutils mingw32-runtime nsis +# apt-get install mingw32 mingw32-binutils mingw32-runtime nsis wine create a new, empty directory say xca-w32 $ cd xca-w32 diff --git a/img/bigcert.bmp b/img/bigcert.bmp new file mode 100644 index 00000000..fc03e484 Binary files /dev/null and b/img/bigcert.bmp differ diff --git a/misc/xca.nsi b/misc/xca.nsi index aa16e55d..71b1d7dd 100755 --- a/misc/xca.nsi +++ b/misc/xca.nsi @@ -22,6 +22,11 @@ SetCompressor /SOLID lzma !define MUI_FINISHPAGE_NOREBOOTSUPPORT !define MUI_FINISHPAGE_RUN "$INSTDIR\xca.exe" +!define MUI_HEADERIMAGE +!define MUI_HEADERIMAGE_BITMAP "${TOPDIR}/img\bigcert.bmp" +!define MUI_HEADERIMAGE_RIGHT +!define MUI_ICON "${TOPDIR}/img\key.ico" + ;----------------------------------- ; Pagelist @@ -290,7 +295,7 @@ SectionEnd LangString DESC_SecShortcut ${LANG_ENGLISH} "Shortcuts on the desktop and the menu." LangString DESC_SecShortcut ${LANG_GERMAN} "Programmgruppe auf dem Desktop und im Menu." LangString DESC_SecShortcut ${LANG_FRENCH} "Raccourcis sur le bureau et dans le menu." - LangString DESC_SecShortcut ${LANG_CROATIAN} "Prečac na radnoj površini i izborniku." + LangString DESC_SecShortcut ${LANG_CROATIAN} "Precac na radnoj površini i izborniku." LangString DESC_SecFiles ${LANG_ENGLISH} "File association for *.xdb *.xca *.pem and 'open with' for *.crt *.crl *.pfx *.p7b *.cer" LangString DESC_SecFiles ${LANG_GERMAN} "Registrierung der Dateiendung *.xdb *.xca *.pem und 'Öffnen mit' für *.crt *.crl *.pfx *.p7b *.cer" @@ -300,7 +305,7 @@ SectionEnd LangString DESC_SecTrans ${LANG_ENGLISH} "Translations for german, russian, spanish, french and croatian." LangString DESC_SecTrans ${LANG_GERMAN} "Übersetzungen in deutsch, russisch, spanisch kroatisch und französisch." LangString DESC_SecTrans ${LANG_FRENCH} "Traductions pour l'allemand, le russe, l'espagnol, le français et le croate." - LangString DESC_SecTrans ${LANG_CROATIAN} "Prijevodi na njemački, ruski, španjolski, francuski i hrvatski jezik." + LangString DESC_SecTrans ${LANG_CROATIAN} "Prijevodi na njemacki, ruski, španjolski, francuski i hrvatski jezik." ;Assign language strings to sections !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN