Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mumble/ServerInformation.cpp')
-rw-r--r--src/mumble/ServerInformation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mumble/ServerInformation.cpp b/src/mumble/ServerInformation.cpp
index b47924f9c..bef224c8a 100644
--- a/src/mumble/ServerInformation.cpp
+++ b/src/mumble/ServerInformation.cpp
@@ -71,7 +71,7 @@ void ServerInformation::updateServerInformation() {
serverInfo_host->setText(host);
serverInfo_port->setText(QString::number(port));
serverInfo_users->setText(QString::fromLatin1("%1 / %2").arg(userCount).arg(maxUserCount));
- serverInfo_protocol->setText(Version::toString(Global::get().sh->uiVersion));
+ serverInfo_protocol->setText(Version::toString(Global::get().sh->m_version));
serverInfo_release->setText(release);
serverInfo_os->setText(os);
}