Re: [PATCH] Find locales properly in Qt/Mac

2004-06-08 Thread Jean-Marc Lasgouttes
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 some of your

Re: [PATCH] Find locales properly in Qt/Mac

2004-06-08 Thread Lars Gullik Bjønnes
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/Preferences/LyX (for

Re: [PATCH] Find locales properly in Qt/Mac

2004-06-08 Thread Jean-Marc Lasgouttes
> "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

Re: [PATCH] Find locales properly in Qt/Mac

2004-06-08 Thread Lars Gullik Bjønnes
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

[PATCH] Find locales properly in Qt/Mac

2004-06-02 Thread Jean-Marc Lasgouttes
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

Re: [PATCH] Find locales properly in Qt/Mac

2004-06-02 Thread Lars Gullik Bjønnes
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

Re: [PATCH] Find locales properly in Qt/Mac

2004-06-02 Thread Jean-Marc Lasgouttes
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 = Lars

[PATCH] Find locales properly in Qt/Mac

2004-06-02 Thread Jean-Marc Lasgouttes
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

Re: [PATCH] Find locales properly in Qt/Mac

2004-06-02 Thread Lars Gullik Bjønnes
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

Re: [PATCH] Find locales properly in Qt/Mac

2004-06-02 Thread Jean-Marc Lasgouttes
> "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 =