Skip to content

Commit

Permalink
Change prefix of zmi-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dwt committed May 17, 2018
1 parent 113ad46 commit ff59aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Products/BTreeFolder2/BTreeFolder2.py
Expand Up @@ -522,7 +522,7 @@ class BTreeFolder2 (BTreeFolder2Base, Folder):
"""BTreeFolder2 based on OFS.Folder.
"""
meta_type = 'BTreeFolder2'
zmi_icon = 'icon-tree'
zmi_icon = 'zmi-icon-tree'

def _checkId(self, id, allow_dup=0):
Folder._checkId(self, id, allow_dup)
Expand Down

0 comments on commit ff59aa8

Please sign in to comment.