mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.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:
parent
5a80448268
commit
f5fde324df
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue