mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
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:
parent
ef7a4b6aa1
commit
1d645f1ed8
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2004-08-02 00:54 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
* GormPrefController.m: Center the window the prefs appear
|
* GormPrefController.m: Center the window the prefs appear
|
||||||
|
|
|
@ -399,7 +399,7 @@ static NSImage *dragImage = nil;
|
||||||
paletteInfo = [[NSString stringWithContentsOfFile: path] propertyList];
|
paletteInfo = [[NSString stringWithContentsOfFile: path] propertyList];
|
||||||
if (paletteInfo == nil)
|
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);
|
_(@"OK"), NULL, NULL);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue