git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16787 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fabien Vallon 2003-05-25 12:33:29 +00:00
parent 3df86b7e01
commit 819aa1e91b
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-05-25 Fabien Vallon <fabien@tuxfamily>
* Gorm.m : fix typo
2003-05-24 Fabien Vallon <fabien@tuxfamily.org>
* Gorm.m : Add Localization

2
Gorm.m
View file

@ -1188,7 +1188,7 @@ static NSButtonType _buttonTypeForObject( id button )
[doc setupDefaults: @"Inspector"];
break;
case 3:
[doc setupDefaults: @"Palettes"];
[doc setupDefaults: @"Palette"];
break;
default: