diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-30 03:47:31 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-30 03:47:31 +0200 |
commit | 366f700c4a5a0f76cb6dfc6c15de70ae31334c21 (patch) | |
tree | 51a50aee09fadbe1491ea6b6d059fa2f8c97bbf1 | |
parent | ea920a8ed01fb8bacdb562ad5eb0cacb8ee11e31 (diff) |
make xtray default
-rw-r--r-- | build/xchat-wdk.iss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss index 3d6f3194..9aacda13 100644 --- a/build/xchat-wdk.iss +++ b/build/xchat-wdk.iss @@ -56,8 +56,8 @@ Name: thdefault; Description: "Default"; GroupDescription: "Theme (only for port Name: thblack; Description: "Black"; GroupDescription: "Theme (only for portable installs)"; Flags: exclusive unchecked Name: thglyphed; Description: "Simply Glyphed Tango Dark"; GroupDescription: "Theme (only for portable installs)"; Flags: exclusive unchecked -Name: noxtray; Description: "Plugin-Tray"; GroupDescription: "Tray Icon"; Flags: exclusive -Name: xtray; Description: "X-Tray"; GroupDescription: "Tray Icon"; Flags: exclusive unchecked +Name: xtray; Description: "X-Tray"; GroupDescription: "Tray Icon"; Flags: exclusive +Name: noxtray; Description: "Plugin-Tray"; GroupDescription: "Tray Icon"; Flags: exclusive unchecked Name: perl58; Description: "5.8"; GroupDescription: "ActivePerl version:"; Flags: exclusive unchecked; Components: langs\perl Name: perl510; Description: "5.10"; GroupDescription: "ActivePerl version:"; Flags: exclusive unchecked; Components: langs\perl |