mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16787 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3df86b7e01
commit
819aa1e91b
2 changed files with 5 additions and 1 deletions
|
@ -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
2
Gorm.m
|
@ -1188,7 +1188,7 @@ static NSButtonType _buttonTypeForObject( id button )
|
|||
[doc setupDefaults: @"Inspector"];
|
||||
break;
|
||||
case 3:
|
||||
[doc setupDefaults: @"Palettes"];
|
||||
[doc setupDefaults: @"Palette"];
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue