1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

Improve file icons

This commit is contained in:
plt
2012-05-18 15:59:08 +08:00
parent f333633159
commit 5bea805a34
3 changed files with 3 additions and 1 deletions

View File

@@ -147,8 +147,10 @@ FILEEXT_ICON_MAP = {
'jpeg' : 'pic-icon-24.png',
'png' : 'pic-icon-24.png',
'svg' : 'pic-icon-24.png',
'gif' : 'pic-icon-24.png',
'bmp' : 'pic-icon-24.png',
# normal file and unkown file
'default' : 'File-icon-default-24.png',
'default' : 'file-icon-24.png',
}
try: