diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-06 00:03:48 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-06 00:03:48 +0000 |
commit | 0b0b0dc70d917fdd1efbbbae4d3576646bd786c3 (patch) | |
tree | e2de5c5c280ce75b692ddfe489b9a06181e937e2 /tools/installer_ng/MirandaNG.iss | |
parent | 34dd37c470fba2876f8d5a44e67243cdaeb02c78 (diff) |
- Installer: removed flag "Fixed" from protocols
git-svn-id: http://svn.miranda-ng.org/main/trunk@5959 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/installer_ng/MirandaNG.iss')
-rw-r--r-- | tools/installer_ng/MirandaNG.iss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/installer_ng/MirandaNG.iss b/tools/installer_ng/MirandaNG.iss index 0af0e7886e..d16083e046 100644 --- a/tools/installer_ng/MirandaNG.iss +++ b/tools/installer_ng/MirandaNG.iss @@ -146,7 +146,7 @@ Source: "Installer\{#VcRedistName}"; DestDir: {tmp}; Flags: deleteafterinstall; [Components]
Name: "program"; Description: "{cm:Program}"; Types: extended regular minimal custom; Flags: fixed
Name: "sounds"; Description: "{cm:Sounds}"; Types: extended custom
-Name: "protocols"; Description: "{cm:Protocols}"; Types: extended regular minimal custom; Flags: fixed
+Name: "protocols"; Description: "{cm:Protocols}"; Types: extended regular minimal
Name: "protocols\aim"; Description: "{cm:Aim}"; Types: extended regular minimal
Name: "protocols\facebook"; Description: "{cm:Facebook}"; Types: extended regular minimal
Name: "protocols\gg"; Description: "{cm:Gg}"; Types: extended regular minimal
|