The branch, master has been updated via ef1aaf313335aa9a7da50ca5d7d0dd4d26754f81 (commit) from 80bb31397fd9615a0c891619cd24eccd72611a19 (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 ef1aaf313335aa9a7da50ca5d7d0dd4d26754f81 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Nov 14 21:43:06 2012 +0100 fix encoding in es.nsi ----------------------------------------------------------------------- Summary of changes: nsis_include/es.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/nsis_include/es.nsi b/nsis_include/es.nsi index bb44fef..2b3b028 100644 --- a/nsis_include/es.nsi +++ b/nsis_include/es.nsi @@ -8,8 +8,8 @@ StrCpy $REQUIRED "requerido" ; from "Desktop Icon" StrCpy $DESKTOP_LINKS "Acceso directo en el Escritorio" ; from "Start Menu Entries" -StrCpy $STARTMENU_LINKS "Acceso directo en el menú Inicio" +StrCpy $STARTMENU_LINKS "Acceso directo en el men� Inicio" ; from "no PulseAudio" StrCpy $WITHOUT_PULSEAUDIO "sin PulseAudio" ; from "Direct Printing Support" -StrCpy $GSPRINT "Direct Printing Support" \ No newline at end of file +StrCpy $GSPRINT "Direct Printing Support" 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)).