mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 06:00:37 +00:00
* NSWindow.m rename windowWithNumber to _windowWithTag per backend
* NSEvent.m call to windowWithNumber. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3362 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a1a2f7685c
commit
558b6da8c2
5 changed files with 9 additions and 3 deletions
|
@ -84,6 +84,7 @@
|
|||
@"-c",
|
||||
[NSString stringWithFormat: @"netscape -remote \"openURL (%@)\"", url],
|
||||
nil];
|
||||
|
||||
task = [NSTask launchedTaskWithLaunchPath: path
|
||||
arguments: args];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue