Clarified error.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19813 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-08-02 12:47:48 +00:00
parent ef7a4b6aa1
commit 1d645f1ed8
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-08-02 08:54 Gregory John Casamento <greg_casamento@yahoo.com>
* GormPalettesManager.m: Clarified error message when
unable to load palettes.
2004-08-02 00:54 Gregory John Casamento <greg_casamento@yahoo.com>
* GormPrefController.m: Center the window the prefs appear

View file

@ -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;
}