mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Typo fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5270 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
82b2d93762
commit
95f2a31cd2
3 changed files with 28 additions and 17 deletions
|
@ -1,3 +1,8 @@
|
|||
1999-11-24 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/GNUmakefile: Alphabatize headers.
|
||||
* Source/NSPasteboard.m: Fix typo in format string.
|
||||
|
||||
Wed Nov 24 16:58:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSMenuView.m: ([-sizeTofit]) oops - fixed error in last mod.
|
||||
|
|
|
@ -150,12 +150,28 @@ libgnustep-gui_HEADER_FILES_INSTALL_DIR = /gnustep
|
|||
|
||||
libgnustep-gui_HEADER_FILES = \
|
||||
AppKit/AppKit.h \
|
||||
AppKit/AppKitExceptions.h \
|
||||
AppKit/DPSOperators.h \
|
||||
AppKit/GMAppKit.h \
|
||||
AppKit/GMArchiver.h \
|
||||
AppKit/GSMethodTable.h \
|
||||
AppKit/GSPasteboardServer.h \
|
||||
AppKit/GSServicesManager.h \
|
||||
AppKit/GSTrackingRect.h \
|
||||
AppKit/GSWraps.h \
|
||||
AppKit/GSHelpManagerPanel.h \
|
||||
AppKit/GSTable.h \
|
||||
AppKit/GSHbox.h \
|
||||
AppKit/GSVbox.h \
|
||||
AppKit/IMConnectors.h \
|
||||
AppKit/IMCustomObject.h \
|
||||
AppKit/IMLoading.h \
|
||||
AppKit/NSActionCell.h \
|
||||
AppKit/NSAffineTransform.h \
|
||||
AppKit/NSApplication.h \
|
||||
AppKit/NSAttributedString.h \
|
||||
AppKit/NSBitmapImageRep.h \
|
||||
AppKit/NSBox.h \
|
||||
AppKit/NSBitmapImageRep.h \
|
||||
AppKit/NSBrowser.h \
|
||||
AppKit/NSBrowserCell.h \
|
||||
AppKit/NSButton.h \
|
||||
|
@ -169,6 +185,7 @@ AppKit/NSColorList.h \
|
|||
AppKit/NSColorPanel.h \
|
||||
AppKit/NSColorPicker.h \
|
||||
AppKit/NSColorPicking.h \
|
||||
AppKit/NSColorPrivate.h \
|
||||
AppKit/NSColorWell.h \
|
||||
AppKit/NSComboBox.h \
|
||||
AppKit/NSComboBoxCell.h \
|
||||
|
@ -205,8 +222,8 @@ AppKit/NSMenu.h \
|
|||
AppKit/NSMenuItem.h \
|
||||
AppKit/NSMenuItemCell.h \
|
||||
AppKit/NSMenuView.h \
|
||||
AppKit/NSNibLoading.h \
|
||||
AppKit/NSNibDeclarations.h \
|
||||
AppKit/NSNibLoading.h \
|
||||
AppKit/NSOpenPanel.h \
|
||||
AppKit/NSPageLayout.h \
|
||||
AppKit/NSPanel.h \
|
||||
|
@ -230,6 +247,7 @@ AppKit/NSSecureTextField.h \
|
|||
AppKit/NSSelection.h \
|
||||
AppKit/NSSlider.h \
|
||||
AppKit/NSSliderCell.h \
|
||||
AppKit/NSText.h \
|
||||
AppKit/NSSpellChecker.h \
|
||||
AppKit/NSSpellProtocol.h \
|
||||
AppKit/NSSpellServer.h \
|
||||
|
@ -238,10 +256,9 @@ AppKit/NSStringDrawing.h \
|
|||
AppKit/NSTabView.h \
|
||||
AppKit/NSTabViewItem.h \
|
||||
AppKit/NSTableColumn.h \
|
||||
AppKit/NSTableHeaderCell.h \
|
||||
AppKit/NSTableHeaderView.h \
|
||||
AppKit/NSTableHeaderCell.h \
|
||||
AppKit/NSTableView.h \
|
||||
AppKit/NSText.h \
|
||||
AppKit/NSTextAttachment.h \
|
||||
AppKit/NSTextContainer.h \
|
||||
AppKit/NSTextField.h \
|
||||
|
@ -252,19 +269,8 @@ AppKit/NSView.h \
|
|||
AppKit/NSWindow.h \
|
||||
AppKit/NSWindowController.h \
|
||||
AppKit/NSWorkspace.h \
|
||||
AppKit/GSTrackingRect.h \
|
||||
AppKit/nsimage-tiff.h \
|
||||
AppKit/GSMethodTable.h \
|
||||
AppKit/DPSOperators.h \
|
||||
AppKit/PSOperators.h \
|
||||
AppKit/GSHelpManagerPanel.h \
|
||||
AppKit/GSPasteboardServer.h \
|
||||
AppKit/GSServicesManager.h \
|
||||
AppKit/GSWraps.h \
|
||||
AppKit/AppKitExceptions.h \
|
||||
AppKit/GSTable.h \
|
||||
AppKit/GSHbox.h \
|
||||
AppKit/GSVbox.h
|
||||
AppKit/nsimage-tiff.h
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
|
|
|
@ -236,7 +236,7 @@ static NSMapTable *mimeMap = NULL;
|
|||
NS_HANDLER
|
||||
{
|
||||
[NSException raise: NSPasteboardCommunicationException
|
||||
format: @"%%", [localException reason]];
|
||||
format: @"%@", [localException reason]];
|
||||
}
|
||||
NS_ENDHANDLER
|
||||
|
||||
|
|
Loading…
Reference in a new issue