diff options
author | TingPing <tingping@tingping.se> | 2013-10-20 03:37:58 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-10-20 03:37:58 -0400 |
commit | 712cfc31355fa95515174665bef94803cf0c5741 (patch) | |
tree | d3ca37b486907fec64a5d3e7763c801c2ebfe053 /win32/installer | |
parent | 20c9c94a61e003b541ce6833f1aa5e09d1d5d94c (diff) |
win32: install theme manager by default
Diffstat (limited to 'win32/installer')
-rw-r--r-- | win32/installer/hexchat.iss.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/installer/hexchat.iss.tt b/win32/installer/hexchat.iss.tt index 486e2f8d..7e245311 100644 --- a/win32/installer/hexchat.iss.tt +++ b/win32/installer/hexchat.iss.tt @@ -57,7 +57,7 @@ Name: "custom"; Description: "Custom Installation"; Flags: iscustom Name: "libs"; Description: "HexChat"; Types: normal minimal custom; Flags: fixed Name: "gtktheme"; Description: "GTK+ Theme"; Types: normal custom; Flags: disablenouninstallwarning Name: "xctext"; Description: "HexChat-Text"; Types: custom; Flags: disablenouninstallwarning -Name: "xtm"; Description: "HexChat Theme Manager (Requires .NET 4.0)"; Types: custom; Flags: disablenouninstallwarning +Name: "xtm"; Description: "HexChat Theme Manager (Requires .NET 4.0)"; Types: normal custom; Flags: disablenouninstallwarning Name: "translations"; Description: "Translations"; Types: normal custom; Flags: disablenouninstallwarning Name: "plugins"; Description: "Plugins"; Types: custom; Flags: disablenouninstallwarning Name: "plugins\checksum"; Description: "Checksum"; Types: custom; Flags: disablenouninstallwarning |