discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in make_services?


From: Martin Brecher
Subject: bug in make_services?
Date: Wed, 02 Jan 2002 11:41:15 +0100

Hi, -

Happy New Year to everyone!

I encountered a small unexpected behaviour of make_services:
If for a language a NSMenuItem string is set in the information plist of a 
service but there is no hotkey set for this language, then make_services does 
not fall back to the default hotkey but no one is used at all. Also pressing 
the Hotkey does not seem to work.

Example:

      NSMenuItem = {
        default = "Enqueue in XMMS";
        English = "Enqueue in XMMS";
        German = "In XMMS einfügen";
      };
      NSKeyEquivalent = {
        default = E;
        English = E;
      };

It will not use the default entry.

Greetings,
Martin

-- 
The Internet was invented as a highly dependable, high-speed, distributed, 
secure, and powerful network so that in the event of a nuclear crisis, military 
officials would always have access to pornography.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]