* GNUAlertPanel rename to GSAlertPanel (to maintain a common naming style

along the NS* lines within the AppKit public API).  Move code to NSPanel
	as it is conceptually a private panel class for the sake of the public
	NS* panel functions.
	* GNUServicesManager.m/.h rename to GSServicesManager (to maintain a
	common naming style along the NS* lines within the AppKit public API).


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3429 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Felipe A. Rodriguez 1998-12-10 21:14:52 +00:00
parent 81abcf1f75
commit b17663409e
7 changed files with 518 additions and 527 deletions

View file

@ -57,7 +57,7 @@
#include <AppKit/NSMenu.h>
#include <AppKit/NSMenuItem.h>
#include <AppKit/NSCursor.h>
#include <AppKit/GNUServicesManager.h>
#include <AppKit/GSServicesManager.h>
#include <AppKit/IMLoading.h>
@ -120,7 +120,7 @@ static NSString *NSAbortModalException = @"NSAbortModalException";
NSDebugLog(@"Begin of NSApplication -init\n");
listener = [GNUServicesManager newWithApplication: self];
listener = [GSServicesManager newWithApplication: self];
window_list = [NSMutableArray new]; // allocate window list
window_count = 1;