Improved management of Windows menu when working in another language

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12030 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-01-07 18:23:05 +00:00
parent 7f388bdd2d
commit cd31a4f8a2

View file

@ -1,3 +1,13 @@
Mon Jan 7 16:05:19 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSApplication.m ([-setMainMenu:]): Only manually set a
new windows menu if no one was already set. When looking manually
for a Windows menu, look both for translated and untranslated
'Windows' menu items. Translate it if not yet translated.
([-setWindowsMenu:]): If no translated 'Windows' menu item could
be found, try and look for an untranslated one. Translate it if
found.
Sun Jan 6 13:56:53 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSSpellChecker.m ([-_launchSpellCheckerForLanguage:]):