Am Wed, 29 Jan 2003 19:27:41 +0100 (Romance Standard Time) schrieb (Vadim Zeitlin 
<[EMAIL PROTECTED]>):

> On Wed, 29 Jan 2003 07:53:47 +0100 (CET) Martin Jost
> <[EMAIL PROTECTED]=
> e> wrote:
> 
> MJ> All the drop-down list entries in the filter dialog didn't get
> translat=
> ed
> MJ> The rest of the dialog is translated.
> MJ> (I checked the source, to see that I didn't mess with the msgid for
> the
> MJ> translations)
> 
>  Oops, there is indeed a problem here, thanks for noticing it! I've just
> fixed it (could you please test?).

That seems to be only partly fixed.
The conditions are ok, but the actions are still untranslated, same for
"and" and "or".

This doesn't show up as translated:
#: gui/wxFiltersDialog.cpp:907
msgid "Details of spam detection"


I had to "patch" the source a little bit to build the new version:

[godot]:~/pd-sw/internet/mail/mahogany/mahogany-cvs/M/src/gui>diff 
wxComposeView.cpp.~1~ wxComposeView.cpp
1541c1541
<    m_sizerRcpts->Remove(0); // remove first spacer by position
---
>    m_sizerRcpts->Remove((unsigned int) 0); // remove first spacer by position
1549c1549
<    m_sizerRcpts->Remove(0); // remove static text by position
---
>    m_sizerRcpts->Remove((unsigned int) 0); // remove static text by position
1551c1551
<    m_sizerRcpts->Remove(0); // remove second spacer by position
---
>    m_sizerRcpts->Remove((unsigned int) 0); // remove second spacer by position
3210c3210


And while we're at it:
I get a bunch of compiler-warnings, all related to the same problem:
gui/wxComposeView.cpp: In member function `void
   wxAddressTextCtrl::OnChar(wxKeyEvent&)':
gui/wxComposeView.cpp:1039: warning: `KeyCode' is deprecated (declared at
   /pd/wxGTK_cvs/include/wx/event.h:867)

I get a linker warning 
mail/SendMessageCC.o: In function `SendMessageCC::Send(int)':
mail/SendMessageCC.o(.text+0x666a): the use of `tmpnam' is dangerous, better use 
`mkstemp'








-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Mahogany-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-users

Reply via email to