summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFyodor Sheremetyev <sheremetyev@gmail.com>2013-03-15 15:42:34 +0000
committerFyodor Sheremetyev <sheremetyev@gmail.com>2013-03-15 15:42:34 +0000
commit5b3ad3306687977797ffb789a69a781e5fd2a960 (patch)
treea204337b37209c61b0d90dea4d636ccbd71a7059
parentd7b6da66c41fe3e8f642d94de67370873e07d95b (diff)
WiX: Set non-empty feature name.
It can be displayed in Advanced mode.
-rw-r--r--windows/pandoc.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs
index 0301611e2..a784f1d48 100644
--- a/windows/pandoc.wxs
+++ b/windows/pandoc.wxs
@@ -70,7 +70,7 @@
<Feature Id="MainProgram" Title="Program" Description="The main executable." Level="1">
<ComponentRef Id="MainExecutable" />
</Feature>
- <Feature Id="Manual">
+ <Feature Id="Manual" Title="Manual">
<ComponentRef Id="Documentation" />
<ComponentRef Id="ApplicationShortcut" />
</Feature>