diff options
author | TingPing <TingPing@users.noreply.github.com> | 2014-04-17 02:43:22 -0400 |
---|---|---|
committer | TingPing <TingPing@users.noreply.github.com> | 2014-04-17 02:43:22 -0400 |
commit | 2a2eafcf1d969d29e1d8b6cc4a53574190383d11 (patch) | |
tree | cc19c7341e76f8abe08d74f77c86e35b0f266901 /win32/installer | |
parent | 8a0f2b1d218280905f5409294c897eaee8acfeb7 (diff) |
win32: Update gtk theme description in installer
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 8ff2c1fc..884e9cab 100644 --- a/win32/installer/hexchat.iss.tt +++ b/win32/installer/hexchat.iss.tt @@ -58,7 +58,7 @@ Name: "custom"; Description: "Custom Installation"; Flags: iscustom [Components] Name: "libs"; Description: "HexChat"; Types: normal minimal custom; Flags: fixed -Name: "gtktheme"; Description: "GTK+ Theme"; Types: normal minimal custom; Flags: disablenouninstallwarning +Name: "gtktheme"; Description: "GTK+ Theme (Native Windows look)"; Types: normal minimal custom; Flags: disablenouninstallwarning Name: "xctext"; Description: "HexChat-Text"; Types: custom; Flags: disablenouninstallwarning Name: "xtm"; Description: "HexChat Theme Manager"; Types: normal custom; Flags: disablenouninstallwarning Name: "translations"; Description: "Translations"; Types: normal custom; Flags: disablenouninstallwarning |