.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@9229 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-11-24 18:43:35 +00:00
parent 95ac9ee54a
commit abf2ce5cbb
2 changed files with 1 additions and 2 deletions

View file

@ -511,7 +511,7 @@ bool Load(FileList& list, const String& dir, const char *patterns, bool dirs,
(fi.is_directory || PatternMatchMulti(patterns, fi.filename)) &&
MatchSearch(fi.filename, search) && show) {
Image img;
#ifdef PLATFORM_X11
#ifdef PLATFORM_POSIX
img = isdrive ? PosixGetDriveImage(fi.filename, false)
: GetFileIcon(dir, fi.filename, fi.is_directory, fi.unix_mode & 0111, false);
#endif

View file

@ -203,7 +203,6 @@ void Ide::Licenses()
pi.SetTotal(wspc.GetCount());
VectorMap<String, String> license_package;
for(int i = 0; i < wspc.GetCount(); i++) {
const Package& pk = wspc.GetPackage(i);
String n = wspc[i];
pi.SetText(n);
if(pi.StepCanceled()) return;