mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 08:30:58 +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
a569f85d44
commit
53786c52fe
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>
|
Wed Nov 24 16:58:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||||
|
|
||||||
* Source/NSMenuView.m: ([-sizeTofit]) oops - fixed error in last mod.
|
* 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 = \
|
libgnustep-gui_HEADER_FILES = \
|
||||||
AppKit/AppKit.h \
|
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/NSActionCell.h \
|
||||||
AppKit/NSAffineTransform.h \
|
AppKit/NSAffineTransform.h \
|
||||||
AppKit/NSApplication.h \
|
AppKit/NSApplication.h \
|
||||||
AppKit/NSAttributedString.h \
|
AppKit/NSAttributedString.h \
|
||||||
AppKit/NSBitmapImageRep.h \
|
|
||||||
AppKit/NSBox.h \
|
AppKit/NSBox.h \
|
||||||
|
AppKit/NSBitmapImageRep.h \
|
||||||
AppKit/NSBrowser.h \
|
AppKit/NSBrowser.h \
|
||||||
AppKit/NSBrowserCell.h \
|
AppKit/NSBrowserCell.h \
|
||||||
AppKit/NSButton.h \
|
AppKit/NSButton.h \
|
||||||
|
@ -169,6 +185,7 @@ AppKit/NSColorList.h \
|
||||||
AppKit/NSColorPanel.h \
|
AppKit/NSColorPanel.h \
|
||||||
AppKit/NSColorPicker.h \
|
AppKit/NSColorPicker.h \
|
||||||
AppKit/NSColorPicking.h \
|
AppKit/NSColorPicking.h \
|
||||||
|
AppKit/NSColorPrivate.h \
|
||||||
AppKit/NSColorWell.h \
|
AppKit/NSColorWell.h \
|
||||||
AppKit/NSComboBox.h \
|
AppKit/NSComboBox.h \
|
||||||
AppKit/NSComboBoxCell.h \
|
AppKit/NSComboBoxCell.h \
|
||||||
|
@ -205,8 +222,8 @@ AppKit/NSMenu.h \
|
||||||
AppKit/NSMenuItem.h \
|
AppKit/NSMenuItem.h \
|
||||||
AppKit/NSMenuItemCell.h \
|
AppKit/NSMenuItemCell.h \
|
||||||
AppKit/NSMenuView.h \
|
AppKit/NSMenuView.h \
|
||||||
AppKit/NSNibLoading.h \
|
|
||||||
AppKit/NSNibDeclarations.h \
|
AppKit/NSNibDeclarations.h \
|
||||||
|
AppKit/NSNibLoading.h \
|
||||||
AppKit/NSOpenPanel.h \
|
AppKit/NSOpenPanel.h \
|
||||||
AppKit/NSPageLayout.h \
|
AppKit/NSPageLayout.h \
|
||||||
AppKit/NSPanel.h \
|
AppKit/NSPanel.h \
|
||||||
|
@ -230,6 +247,7 @@ AppKit/NSSecureTextField.h \
|
||||||
AppKit/NSSelection.h \
|
AppKit/NSSelection.h \
|
||||||
AppKit/NSSlider.h \
|
AppKit/NSSlider.h \
|
||||||
AppKit/NSSliderCell.h \
|
AppKit/NSSliderCell.h \
|
||||||
|
AppKit/NSText.h \
|
||||||
AppKit/NSSpellChecker.h \
|
AppKit/NSSpellChecker.h \
|
||||||
AppKit/NSSpellProtocol.h \
|
AppKit/NSSpellProtocol.h \
|
||||||
AppKit/NSSpellServer.h \
|
AppKit/NSSpellServer.h \
|
||||||
|
@ -238,10 +256,9 @@ AppKit/NSStringDrawing.h \
|
||||||
AppKit/NSTabView.h \
|
AppKit/NSTabView.h \
|
||||||
AppKit/NSTabViewItem.h \
|
AppKit/NSTabViewItem.h \
|
||||||
AppKit/NSTableColumn.h \
|
AppKit/NSTableColumn.h \
|
||||||
|
AppKit/NSTableHeaderCell.h \
|
||||||
AppKit/NSTableHeaderView.h \
|
AppKit/NSTableHeaderView.h \
|
||||||
AppKit/NSTableHeaderCell.h \
|
|
||||||
AppKit/NSTableView.h \
|
AppKit/NSTableView.h \
|
||||||
AppKit/NSText.h \
|
|
||||||
AppKit/NSTextAttachment.h \
|
AppKit/NSTextAttachment.h \
|
||||||
AppKit/NSTextContainer.h \
|
AppKit/NSTextContainer.h \
|
||||||
AppKit/NSTextField.h \
|
AppKit/NSTextField.h \
|
||||||
|
@ -252,19 +269,8 @@ AppKit/NSView.h \
|
||||||
AppKit/NSWindow.h \
|
AppKit/NSWindow.h \
|
||||||
AppKit/NSWindowController.h \
|
AppKit/NSWindowController.h \
|
||||||
AppKit/NSWorkspace.h \
|
AppKit/NSWorkspace.h \
|
||||||
AppKit/GSTrackingRect.h \
|
|
||||||
AppKit/nsimage-tiff.h \
|
|
||||||
AppKit/GSMethodTable.h \
|
|
||||||
AppKit/DPSOperators.h \
|
|
||||||
AppKit/PSOperators.h \
|
AppKit/PSOperators.h \
|
||||||
AppKit/GSHelpManagerPanel.h \
|
AppKit/nsimage-tiff.h
|
||||||
AppKit/GSPasteboardServer.h \
|
|
||||||
AppKit/GSServicesManager.h \
|
|
||||||
AppKit/GSWraps.h \
|
|
||||||
AppKit/AppKitExceptions.h \
|
|
||||||
AppKit/GSTable.h \
|
|
||||||
AppKit/GSHbox.h \
|
|
||||||
AppKit/GSVbox.h
|
|
||||||
|
|
||||||
-include GNUmakefile.preamble
|
-include GNUmakefile.preamble
|
||||||
|
|
||||||
|
|
|
@ -236,7 +236,7 @@ static NSMapTable *mimeMap = NULL;
|
||||||
NS_HANDLER
|
NS_HANDLER
|
||||||
{
|
{
|
||||||
[NSException raise: NSPasteboardCommunicationException
|
[NSException raise: NSPasteboardCommunicationException
|
||||||
format: @"%%", [localException reason]];
|
format: @"%@", [localException reason]];
|
||||||
}
|
}
|
||||||
NS_ENDHANDLER
|
NS_ENDHANDLER
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue