mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 20:27:39 +00:00
fixed typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4798 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f82fbaa30b
commit
0f6a626892
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ extIconForApp(NSWorkspace *ws, NSString *appName, NSDictionary *typeInfo)
|
|||
{
|
||||
iconPath = [path stringByAppendingPathComponent: file];
|
||||
}
|
||||
path = iconPath;
|
||||
file = iconPath;
|
||||
}
|
||||
if ([[NSFileManager defaultManager] isReadableFileAtPath: file] == YES)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue