On Sun, Jun 14, 2009 at 8:38 PM, Yuki KODAMA<[email protected]> wrote: > Hi, > > After the fix of shell ext cmenu REG file, I could install it to my machine > and start testing. Thanks. > As the result of testing with 'ja', the string of context menus was translated > correctly, but the help text (when I hover mouse cursor) wasn't. It's > in English. > > Is this feature in development? and known issue?
Sounds like a bug. It should be reading translated help text from the registry at the same time it reads the translated menu names. See GetCMenuTranslation in win32/shellext/ContextMenu.cpp Ah, I found the bug. We need to reset the value of cbData before calling RegQueryValueExA the second time. -- Steve Borho ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
