This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 791607e063935ea36d417f3a911291aa49ee0fe0 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Oct 15 21:38:27 2017 +0200 src/onmainwindow.cpp: fix "XMDCP" typo. --- debian/changelog | 1 + src/onmainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3151582..4b13dec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -220,6 +220,7 @@ x2goclient (4.1.1.0-0x2go1) UNRELEASED; urgency=medium - res/i18n/x2goclient_fi.ts: various fixups for Finnish translation file. - res/i18n/x2goclient_fi.ts: another tiny whitespace fixup for Finnish translation file. + - src/onmainwindow.cpp: fix "XMDCP" typo. * x2goclient.spec: - Respect %{optflags} and pass QMAKE_STRIP=: to fix missing debug info issues. diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp index 26fe846..785f2a8 100644 --- a/src/onmainwindow.cpp +++ b/src/onmainwindow.cpp @@ -6152,7 +6152,7 @@ void ONMainWindow::slotProxyError ( QProcess::ProcessError err ) #ifdef Q_OS_LINUX if(err==QProcess::FailedToStart && directRDP) { - QString main_text = tr("Failed to start RDP or XMDCP client"); + QString main_text = tr("Failed to start RDP or XDMCP client"); QString informative_text = tr ("Check session settings and ensure that selected client is installed on your system."); show_RichText_ErrorMsgBox (main_text, informative_text); -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git