mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 08:30:59 +00:00
Minor bugfix in example plist
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13199 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5a121538c8
commit
591d42663b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-03-22 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Tools/exampleInfo.plist: Fix illegal character in plist ...
|
||||
use unicode escape. Bug reported by Yen-Ju Chen
|
||||
|
||||
2002-03-22 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
||||
|
||||
* Source/NSOutlineView.h
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
default = "To upper";
|
||||
English = "To upper";
|
||||
Italian = "Rendi maiuscolo";
|
||||
German = "Groß schreiben";
|
||||
German = "Gro\U00DF schreiben";
|
||||
};
|
||||
NSKeyEquivalent = {
|
||||
default = U;
|
||||
|
|
Loading…
Reference in a new issue