[X2Go-Commits] [x2goclient] 11/59: x2goutils.cpp: correct typo to fix compile errors.
git-admin at x2go.org
git-admin at x2go.org
Wed Jun 3 03:10:43 CEST 2015
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch bugfix/osx
in repository x2goclient.
commit 39eaa313df7242f972aea080fc91d02b63ccf833
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed Jun 3 02:15:03 2015 +0200
x2goutils.cpp: correct typo to fix compile errors.
---
debian/changelog | 1 +
src/x2goutils.cpp | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ea97a70..ea77b8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ x2goclient (4.0.4.1-0x2go1) UNRELEASED; urgency=low
- onmainwindow.cpp: add blocks to switch cases to fix a compile error.
Also correctly append to informative_text on one occasion, instead of
overwriting it.
+ - x2goutils.cpp: correct typo to fix compile errors.
-- X2Go Release Manager <git-admin at x2go.org> Tue, 26 May 2015 21:42:09 +0200
diff --git a/src/x2goutils.cpp b/src/x2goutils.cpp
index 3c37050..d6d8cd3 100644
--- a/src/x2goutils.cpp
+++ b/src/x2goutils.cpp
@@ -106,11 +106,11 @@ void show_RichText_Generic_MsgBox (QMessageBox::Icon icon, const QString &main_t
}
void show_RichText_WarningMsgBox (const QString &main_text, const QString &informative_text) {
- show_RichText_Generic_MsgBox (QMessageBox::warning, main_text, informative_text);
+ show_RichText_Generic_MsgBox (QMessageBox::Warning, main_text, informative_text);
}
void show_RichText_ErrorMsgBox (const QString &main_text, const QString &informative_text) {
- show_RichText_Generic_MsgBox (QMessageBox::Critical, main_text, informative_test);
+ show_RichText_Generic_MsgBox (QMessageBox::Critical, main_text, informative_text);
}
QString git_changelog_extract_commit_sha (const QString &gitlog) {
--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list