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:
authorRobert Adam <dev@robert-adam.de>2021-03-16 21:41:40 +0300
committerGitHub <noreply@github.com>2021-03-16 21:41:40 +0300
commit9c98a65734f1c37fc1a92d53014e5ce75896e3c3 (patch)
tree813fc97d5c034e6a704c4162fa526ac769935813 /samples
parent88d7f31311892f50a1459c662e24cd33d2db6ecf (diff)
parent6fdcb61fcabb5cfa7e3174a158a61b4cf3fb41ad (diff)
Merge pull request #4864: FIX(client): Make translations work again
Commit 0dcc1f6 introduced a regression that caused translations to no longer work (the UI would always remain in English). The reason for this is that the translator objects installed into the application have to remain alive in order to function. By moving them into a dedicated function they went out of scope very quickly after their creation and thus none of them actually performed any work. This commit fixes this by creating the translator objects on the heap and using a smart-pointer-like structure for making sure they are only deleted once they are really not needed anymore. Fixes #4856
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions