Add more missing localization includes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28015 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2009-03-01 19:04:58 +00:00
parent 08dc55de96
commit 1b9732d96d
6 changed files with 10 additions and 2 deletions

View file

@ -3,6 +3,11 @@
* Resources/English.lproj/Localizable.strings: Regenerate this file.
* Resources/German.lproj/Localizable.strings: Regnerate and add
translation and escaping of non-ASCII characters.
* Source/NSAlert.m,
* Source/NSWindow.m,
* Source/GSPrintOperation.m,
* Source/GSInfoPanel.m,
* Source/NSToolbarItem.m,
* Source/NSAttributedString.m,
* Source/NSMenu.m: Add include of GSGuiPrivate.h for correct localization.
* Source/NSAttributedString.m: Better handling of localization of

View file

@ -43,7 +43,7 @@
#include "AppKit/NSTextField.h"
#include "GNUstepGUI/GSInfoPanel.h"
#include "GNUstepGUI/GSTheme.h"
#include "GSGuiPrivate.h"
static id
value_from_info_plist_for_key (NSString *key)

View file

@ -43,7 +43,7 @@
#include "AppKit/NSWorkspace.h"
#include "GNUstepGUI/GSPrinting.h"
#include "GNUstepGUI/GSPrintOperation.h"
#include "GSGuiPrivate.h"

View file

@ -55,6 +55,7 @@
#include "GNUstepGUI/IMLoading.h"
#include "GNUstepGUI/GMAppKit.h"
#include "GNUstepGUI/GMArchiver.h"
#include "GSGuiPrivate.h"
extern NSThread *GSAppKitThread;

View file

@ -52,6 +52,7 @@
#include "AppKit/NSToolbarItem.h"
#include "NSToolbarFrameworkPrivate.h"
#include "GSGuiPrivate.h"
/*
* Each NSToolbarItem object are coupled with a backView which is their

View file

@ -78,6 +78,7 @@
#include "AppKit/PSOperators.h"
#include "GNUstepGUI/GSTrackingRect.h"
#include "GNUstepGUI/GSDisplayServer.h"
#include "GSGuiPrivate.h"
#include "GSToolTips.h"
#include "GSWindowDecorationView.h"
#include "NSToolbarFrameworkPrivate.h"