mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
if a Help viewer is found and the file is opened, do not beep
This commit is contained in:
parent
192d7078fd
commit
a4c5e48839
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@
|
|||
{
|
||||
result = [[NSWorkspace sharedWorkspace] openFile: file
|
||||
withApplication: viewer];
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue