aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/wix/WiresharkWixUI.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/wix/WiresharkWixUI.wxs')
-rw-r--r--packaging/wix/WiresharkWixUI.wxs3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/wix/WiresharkWixUI.wxs b/packaging/wix/WiresharkWixUI.wxs
index 789dccd6ba..e066d19890 100644
--- a/packaging/wix/WiresharkWixUI.wxs
+++ b/packaging/wix/WiresharkWixUI.wxs
@@ -31,6 +31,7 @@ Patch dialog sequence:
<Fragment>
<UI Id="WiresharkWixUI">
<TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" />
+ <TextStyle Id="WixUI_Font_Bold" FaceName="Tahoma" Size="8" Bold="yes"/>
<TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12" />
<TextStyle Id="WixUI_Font_Title" FaceName="Tahoma" Size="9" Bold="yes" />
@@ -83,4 +84,4 @@ Patch dialog sequence:
<UIRef Id="WixUI_Common" />
</Fragment>
-</Wix> \ No newline at end of file
+</Wix>