This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch feature/cleanup in repository x2goclient. from 1f52d45 Windows: reference windows icon from client_build dir. Big FIXME. new 4341e2f config_win.bat: fix missed lrelease call. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: config_win.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit 4341e2fa42950865bd0409eafaa4f45e70f027c3 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Mar 6 01:24:17 2015 +0100 config_win.bat: fix missed lrelease call. --- config_win.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_win.bat b/config_win.bat index 393a887..a818322 100755 --- a/config_win.bat +++ b/config_win.bat @@ -7,7 +7,7 @@ mkdir client_build cd client_build -lrelease x2goclient.pro +lrelease ..\x2goclient.pro set X2GO_CLIENT_TARGET= -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git