This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 5da08c7 Update VcXsrv: 1.17.0.0-1 (X2Go/Arctica Build) -> 1.17.0.0-2 (X2Go/Arctica Build) new dcf91b4 "About X2GO client" -> "About X2Go Client" 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: src/onmainwindow.cpp | 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 master in repository x2goclient. commit dcf91b4563ad70307343b83db5e0c429d3548988 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Jun 27 21:30:52 2015 -0400 "About X2GO client" -> "About X2Go Client" --- src/onmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp index c3b5df3..0b2a924 100644 --- a/src/onmainwindow.cpp +++ b/src/onmainwindow.cpp @@ -391,7 +391,7 @@ ONMainWindow::ONMainWindow ( QWidget *parent ) :QMainWindow ( parent ) } act_abclient=new QAction ( QIcon ( ":/img/icons/32x32/x2goclient.png" ), - tr ( "About X2GO client" ),this ); + tr ( "About X2Go Client" ),this ); -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git