From 1d645f1ed85d5a224e712827f4b09be7b5319837 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Mon, 2 Aug 2004 12:47:48 +0000 Subject: [PATCH] Clarified error. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19813 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ GormPalettesManager.m | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 986439f8..ca2d29a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-02 08:54 Gregory John Casamento + + * GormPalettesManager.m: Clarified error message when + unable to load palettes. + 2004-08-02 00:54 Gregory John Casamento * GormPrefController.m: Center the window the prefs appear diff --git a/GormPalettesManager.m b/GormPalettesManager.m index 510c81cd..e295ace4 100644 --- a/GormPalettesManager.m +++ b/GormPalettesManager.m @@ -399,7 +399,7 @@ static NSImage *dragImage = nil; paletteInfo = [[NSString stringWithContentsOfFile: path] propertyList]; if (paletteInfo == nil) { - NSRunAlertPanel(NULL, _(@"Failed to load 'palette.table', you may need to update GNUstep-make."), + NSRunAlertPanel(NULL, _(@"Failed to load 'palette.table', you may need to update GNUstep-make and do a clean build of Gorm and it's palettes."), _(@"OK"), NULL, NULL); return; }