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:
authorMikkel Krautz <mikkel@krautz.dk>2015-12-27 17:31:31 +0300
committerMikkel Krautz <mikkel@krautz.dk>2015-12-28 03:27:29 +0300
commita3ad0c54d028d64cfa1462d2e9772bbbb8562fc0 (patch)
tree2eb3bfe81e97224158521fbfee55166da5fe7944 /installer
parent7d4fe6ccef60f071a49f7ebc743e50c1e8510be5 (diff)
installer: use 'The Mumble Developers' as ProductManufacturer in the Windows installer.
Diffstat (limited to 'installer')
-rw-r--r--installer/Settings.wxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/Settings.wxi b/installer/Settings.wxi
index f8f5aa7f4..8d089c57e 100644
--- a/installer/Settings.wxi
+++ b/installer/Settings.wxi
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductName = "Mumble" ?>
- <?define ProductManufacturer = "The Mumble team" ?>
+ <?define ProductManufacturer = "The Mumble Developers" ?>
<?define ProductVersion = "1.3.0" ?>
<?if $(sys.BUILDARCH) = "x86" ?>