* 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:
Felipe A. Rodriguez 1998-12-01 19:42:35 +00:00
parent a1a2f7685c
commit 558b6da8c2
5 changed files with 9 additions and 3 deletions

View file

@ -84,6 +84,7 @@
@"-c",
[NSString stringWithFormat: @"netscape -remote \"openURL (%@)\"", url],
nil];
task = [NSTask launchedTaskWithLaunchPath: path
arguments: args];
}