Re: winhlp32: Improve Index tab [try 4][Resend]

2010-02-09 Thread Alexandre Julliard
Vladimir Pankratov writes: > Hello all. > > changes since try3: > changed variables size to MAX_PATH MAX_PATH doesn't make sense here, this is not a file name. -- Alexandre Julliard julli...@winehq.org

Re: winhlp32: Improve Index tab [try 4]

2010-02-08 Thread Nikolay Sivov
On 2/8/2010 20:09, Vladimir Pankratov wrote: Hello all. changes since try3: changed variables size to MAX_PATH Actually it was just a guess. It's better to try with native and limit Edit accordingly, after that you could query for its length or use static buffer of the same limit. Thanks to

Re: winhlp32: Improve Index tab

2010-02-08 Thread Michael Stefaniuc
Hello Vladimir, Vladimir Pankratov wrote: > Improved Index tab view please do not add the IDD_INDEX dialog to the languages that don't have it as the fallback to English happens automatically. That way it is easier to detect that something needs to be translated. Only the languages that already ha