mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 13:30:55 +00:00
Add GSGuiPrivate header for localization
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16949 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
271407f151
commit
c308fa742f
3 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2003-06-17 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* Source/NSDocumentController.m: Add GSGuiPrivate header for
|
||||||
|
localization.
|
||||||
|
* Source/NSSavePanel.m: Idem.
|
||||||
|
|
||||||
2003-06-17 Fred Kiefer <FredKiefer@gmx.de>
|
2003-06-17 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Headers/gnustep/gui/GSDisplayServer.h
|
* Headers/gnustep/gui/GSDisplayServer.h
|
||||||
|
|
|
@ -33,6 +33,8 @@
|
||||||
#include "AppKit/NSMenuItem.h"
|
#include "AppKit/NSMenuItem.h"
|
||||||
#include "AppKit/NSWorkspace.h"
|
#include "AppKit/NSWorkspace.h"
|
||||||
#include "AppKit/NSDocumentFrameworkPrivate.h"
|
#include "AppKit/NSDocumentFrameworkPrivate.h"
|
||||||
|
#include "gnustep/gui/GSGuiPrivate.h"
|
||||||
|
|
||||||
#include <Foundation/NSUserDefaults.h>
|
#include <Foundation/NSUserDefaults.h>
|
||||||
|
|
||||||
static NSString *NSTypesKey = @"NSTypes";
|
static NSString *NSTypesKey = @"NSTypes";
|
||||||
|
|
|
@ -52,6 +52,8 @@
|
||||||
#include "AppKit/NSTextField.h"
|
#include "AppKit/NSTextField.h"
|
||||||
#include "AppKit/NSWorkspace.h"
|
#include "AppKit/NSWorkspace.h"
|
||||||
|
|
||||||
|
#include "gnustep/gui/GSGuiPrivate.h"
|
||||||
|
|
||||||
#define _SAVE_PANEL_X_PAD 5
|
#define _SAVE_PANEL_X_PAD 5
|
||||||
#define _SAVE_PANEL_Y_PAD 4
|
#define _SAVE_PANEL_Y_PAD 4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue