.reverse accidentally removed else if block

git-svn-id: svn://ultimatepp.org/upp/trunk@9260 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2015-12-02 22:16:07 +00:00
parent 5a80448268
commit f5fde324df

View file

@ -42,6 +42,7 @@ void IdeFileIcon0(bool dir, const String& filename, Image& img)
else else
if(ext == ".py" || ext == ".pyc" || ext == ".pyd" || ext == ".pyo") if(ext == ".py" || ext == ".pyc" || ext == ".pyd" || ext == ".pyo")
img = IdeCommonImg::Python(); img = IdeCommonImg::Python();
else
if(ext == ".usc") if(ext == ".usc")
img = IdeCommonImg::Script(); img = IdeCommonImg::Script();
else else