mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 21:20:38 +00:00
* Source/NSTextView_actions.m:
* Source/NSOpenPanel.m: * Source/GSLayoutManager.m: * Source/NSLayoutManager.m: * Source/NSSavePanel.m: * Source/NSTextView.m: * Source/NSStringDrawing.m: * Headers/Additions/GNUstepGUI/GSLayoutManager_internal.h: * Headers/AppKit/NSTextView.h: Remove underscores from category names as they can confuse the debugger. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24032 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
490db23477
commit
b913f96dc2
10 changed files with 36 additions and 23 deletions
|
@ -54,7 +54,7 @@
|
|||
static NSOpenPanel *_gs_gui_open_panel = nil;
|
||||
|
||||
// Pacify the compiler
|
||||
@interface NSSavePanel (_PrivateMethods)
|
||||
@interface NSSavePanel (GSPrivateMethods)
|
||||
- (void) _resetDefaults;
|
||||
- (void) _selectCellName: (NSString *)title;
|
||||
- (void) _selectTextInColumn: (int)column;
|
||||
|
@ -63,7 +63,7 @@ static NSOpenPanel *_gs_gui_open_panel = nil;
|
|||
- (NSComparisonResult) _compareFilename: (NSString *)n1 with: (NSString *)n2;
|
||||
@end
|
||||
|
||||
@implementation NSOpenPanel (_PrivateMethods)
|
||||
@implementation NSOpenPanel (GSPrivateMethods)
|
||||
- (void) _resetDefaults
|
||||
{
|
||||
[super _resetDefaults];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue