Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>
| Jean-Marc> This patch adds code for LyX/Mac to find its locale files
| Jean-Marc> correctly and changes the default user directory from .lyx
| Jean-Marc> to ~/Library/Prefere
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Jean-Marc> This patch adds code for LyX/Mac to find its locale files
Jean-Marc> correctly and changes the default user directory from .lyx
Jean-Marc> to ~/Library/Preferences/LyX (for Qt/Mac too).
Jean-Marc> Lars, this changes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
| Lars, this changes some of your code in message.C. Is it OK with you?
Lars> It might be
Lars> I am not overly fond of the "inOSXbundle" stuff.
OK, let's see...
Lars> | char * old = strdup(setlocale(LC_ALL, 0)); | char * n =
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| This patch adds code for LyX/Mac to find its locale files correctly
| and changes the default user directory from .lyx to
| ~/Library/Preferences/LyX (for Qt/Mac too).
>
| Lars, this changes some of your code in message.C. Is it OK with you?
It m
This patch adds code for LyX/Mac to find its locale files correctly
and changes the default user directory from .lyx to
~/Library/Preferences/LyX (for Qt/Mac too).
Lars, this changes some of your code in message.C. Is it OK with you?
JMarc
Index: src/ChangeLog
==