diff options
author | Dustin L. Howett <dustin@howett.net> | 2010-11-05 04:30:47 -0400 |
---|---|---|
committer | Dustin L. Howett <dustin@howett.net> | 2010-11-05 04:30:47 -0400 |
commit | d711ccfe420f3c91c74d05b543e07b85d9c609ec (patch) | |
tree | e7d8c84c72cb67b0810fd760d25e9ce4b53ab3a7 /MobileCydia.app | |
parent | 477de10589b118b30ca939bdd30bb32f0377f1c6 (diff) |
Section mapping update suggested by chown (Lockinfo => Addons (LockInfo)).
Diffstat (limited to 'MobileCydia.app')
-rw-r--r-- | MobileCydia.app/Sections.plist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MobileCydia.app/Sections.plist b/MobileCydia.app/Sections.plist index a62e6d7..16edef8 100644 --- a/MobileCydia.app/Sections.plist +++ b/MobileCydia.app/Sections.plist @@ -188,6 +188,12 @@ <key>Rename</key> <string>Addons_(BossPaper)</string> </dict> + + <key>Lockinfo_Addons</key> + <dict> + <key>Rename</key> + <string>Addons_(LockInfo)</string> + </dict> </dict> </plist> |