diff --git a/ChangeLog b/ChangeLog index 23c8e4899..c182e1c82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-06-17 Adam Fedor + + * Source/NSDocumentController.m: Add GSGuiPrivate header for + localization. + * Source/NSSavePanel.m: Idem. + 2003-06-17 Fred Kiefer * Headers/gnustep/gui/GSDisplayServer.h diff --git a/Source/NSDocumentController.m b/Source/NSDocumentController.m index bc7121f4e..791172d07 100644 --- a/Source/NSDocumentController.m +++ b/Source/NSDocumentController.m @@ -33,6 +33,8 @@ #include "AppKit/NSMenuItem.h" #include "AppKit/NSWorkspace.h" #include "AppKit/NSDocumentFrameworkPrivate.h" +#include "gnustep/gui/GSGuiPrivate.h" + #include static NSString *NSTypesKey = @"NSTypes"; diff --git a/Source/NSSavePanel.m b/Source/NSSavePanel.m index 08d4e4dcb..09b9e1166 100644 --- a/Source/NSSavePanel.m +++ b/Source/NSSavePanel.m @@ -52,6 +52,8 @@ #include "AppKit/NSTextField.h" #include "AppKit/NSWorkspace.h" +#include "gnustep/gui/GSGuiPrivate.h" + #define _SAVE_PANEL_X_PAD 5 #define _SAVE_PANEL_Y_PAD 4