Changed: Also check icon in same directory as executable

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent 9557aff2cc
commit f168dd17e2

@ -1211,6 +1211,12 @@ void prelogInit()
}
}
if (bitmaps.empty())
{
// check if an icon is present in same directory as executable
addRyzomIconBitmap(Args.getProgramPath(), bitmaps);
}
if (bitmaps.empty())
{
// check if an icon is present in current directory

Loading…
Cancel
Save