mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
08dc55de96
commit
1b9732d96d
6 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
#include "AppKit/NSWorkspace.h"
|
||||
#include "GNUstepGUI/GSPrinting.h"
|
||||
#include "GNUstepGUI/GSPrintOperation.h"
|
||||
|
||||
#include "GSGuiPrivate.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
#include "GNUstepGUI/IMLoading.h"
|
||||
#include "GNUstepGUI/GMAppKit.h"
|
||||
#include "GNUstepGUI/GMArchiver.h"
|
||||
#include "GSGuiPrivate.h"
|
||||
|
||||
extern NSThread *GSAppKitThread;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue