Change emblem for duplicates to error symbol

This commit is contained in:
Kovid Goyal 2014-01-17 12:32:28 +05:30
parent f3fb18de6d
commit 0041b33804

View File

@ -380,7 +380,7 @@ class FileList(QTreeWidget):
tooltips.append(_('This file is a text file that is not referenced in the spine'))
if category == 'text' and name in processed:
# Duplicate entry in spine
emblems.append('dialog_warning.png')
emblems.append('dialog_error.png')
tooltips.append(_('This file occurs more than once in the spine'))
render_emblems(item, emblems)