[X2Go-Commits] [pyhoca-gui] 51/71: CVix: typo fix

git-admin at x2go.org git-admin at x2go.org
Thu Mar 20 00:32:43 CET 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch cvix/2.x
in repository pyhoca-gui.

commit e374100a0e9d46c60ed74a0f96385527a714e9be
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Feb 20 22:40:00 2014 +0100

    CVix: typo fix
---
 CVix_nsis_template.py |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CVix_nsis_template.py b/CVix_nsis_template.py
index 0fd256d..3e64f0c 100644
--- a/CVix_nsis_template.py
+++ b/CVix_nsis_template.py
@@ -28,9 +28,9 @@ var GSCRIPT_VERSION
 var GSVIEW_VERSION
 var GSCRIPT_INSTALLER
 
-StrgCopy $GSCRIPT_VERSION "9.10"
-StrgCopy $GSVIEW_VERSION "5.0"
-StrgCopy $GSCRIPT_INSTALLER "gs910w32.exe"
+StrCpy $GSCRIPT_VERSION "9.10"
+StrCpy $GSVIEW_VERSION "5.0"
+StrCpy $GSCRIPT_INSTALLER "gs910w32.exe"
 
 ;--------------------------------
 

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git



More information about the x2go-commits mailing list