summaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-01-19 14:25:36 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-01-19 14:36:12 +0100
commit46b8eb8d6713e0e592c94b090baece0613b2503a (patch)
treec3a42a6d517cccf170fb6721823ab2362c3a12a8 /doc/examples
parent7c43fead21e01ee2da8d0c3f49d858ab145d538f (diff)
Fix code examples to use 'MaintenanceToolName'
Commit 27390528bd renamed the <UninstallerName> tag to <MaintenanceToolName>. Fix remaining uses of <UninstallerName> to use the new tag. Change-Id: I2a397b7c23e2d3a0e8d8759f24d407cdfd4e5fa5 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/config.xml b/doc/examples/config.xml
index 147c39246..ef4598425 100644
--- a/doc/examples/config.xml
+++ b/doc/examples/config.xml
@@ -16,7 +16,7 @@
</RunProgramArguments>
<RunProgramDescription>My nice application</RunProgramDescription>
<StartMenuDir>Some Application Entry Dir</StartMenuDir>
- <UninstallerName>SDKMaintenanceTool</UninstallerName>
+ <MaintenanceToolName>SDKMaintenanceTool</MaintenanceToolName>
<AllowNonAsciiCharacters>true</AllowNonAsciiCharacters>
<Background>background.png</Background>