mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@9229 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
95ac9ee54a
commit
abf2ce5cbb
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue