The branch, master has been updated via 80bb31397fd9615a0c891619cd24eccd72611a19 (commit) from b82dd8e3f9073fcadef480a8b2cfb2b0894676e8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 80bb31397fd9615a0c891619cd24eccd72611a19 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Nov 14 21:39:20 2012 +0100 fix encoding in sv.nsi ----------------------------------------------------------------------- Summary of changes: nsis_include/sv.nsi | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) The diff of changes is: diff --git a/nsis_include/sv.nsi b/nsis_include/sv.nsi index 99eb5ec..a25a682 100644 --- a/nsis_include/sv.nsi +++ b/nsis_include/sv.nsi @@ -1,15 +1,16 @@ -; sv.nsi -; - -;-------------------------------- - -; from "required" -StrCpy $REQUIRED "obligatorisk" -; from "Desktop Icon" -StrCpy $DESKTOP_LINKS "Skrivbordsikon" -; from "Start Menu Entries" -StrCpy $STARTMENU_LINKS "Länkar i Startmeny" -; from "no PulseAudio" -StrCpy $WITHOUT_PULSEAUDIO "Utan PulseAudio" -; from "Direct Printing Support" -StrCpy $GSPRINT "Stöd för direktutskrift" +; sv.nsi +; + +;-------------------------------- + +; from "required" +StrCpy $REQUIRED "obligatorisk" +; from "Desktop Icon" +StrCpy $DESKTOP_LINKS "Skrivbordsikon" +; from "Start Menu Entries" +StrCpy $STARTMENU_LINKS "L�nkar i Startmeny" +; from "no PulseAudio" +StrCpy $WITHOUT_PULSEAUDIO "Utan PulseAudio" +; from "Direct Printing Support" +StrCpy $GSPRINT "St�d f�r direktutskrift" + hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).