mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
* Source/NSDocumentController.m: Correct grammar in
reviewUnsavedDocumentsWithAlertTitle:... "Quit Anyways" should be "Quit Anyway". git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23713 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e779b4215b
commit
f6924da4be
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-10-02 08:19-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/NSDocumentController.m: Correct grammar in
|
||||
reviewUnsavedDocumentsWithAlertTitle:... "Quit Anyways" should
|
||||
be "Quit Anyway".
|
||||
|
||||
2006-10-01 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSTrackingRect.m:
|
||||
|
@ -50,6 +56,7 @@
|
|||
* Headers/Additions/GNUstepGUI/GSTheme.h: add -infoDictionary method
|
||||
and documentation.
|
||||
|
||||
>>>>>>> .r23712
|
||||
2006-09-26 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSWorkspace.m: Use png in preference to tiff.
|
||||
|
|
|
@ -520,7 +520,7 @@ static NSDictionary *TypeInfoForHumanReadableName (NSArray *types, NSString *typ
|
|||
result = NSRunAlertPanel(title, _(@"You have unsaved documents"),
|
||||
_(@"Review Unsaved"),
|
||||
cancelString,
|
||||
_(@"Quit Anyways"));
|
||||
_(@"Quit Anyway"));
|
||||
|
||||
#define ReviewUnsaved NSAlertDefaultReturn
|
||||
#define Cancel NSAlertAlternateReturn
|
||||
|
|
Loading…
Reference in a new issue