On Sun, 17 Mar 2002 11:31:45 +0100 Michele Ravani <[EMAIL PROTECTED]> wrote:
MR> >>> diff src/gui/wxComposeView.cpp wxComposeView.cpp.mine MR> 933c933 MR> < static wxComposeView *CreateComposeView(Profile *profile, MR> --- MR> > wxComposeView *CreateComposeView(Profile *profile, Sorry, I don't understand what's wrong with this one? MR> 3294c3294 MR> < nameDrafts = READ_APPCONFIG(MP_DRAFTS_FOLDER); MR> --- MR> > nameDrafts = (const wxString &)READ_APPCONFIG(MP_DRAFTS_FOLDER); I've fixed this one, thanks (use READ_APPCONFIG_TEXT() to force a cast to string). MR> >>>> diff src/util/upgrade.cpp upgrade.cpp.mine MR> 2856c2856,2858 MR> < "WarnInbox" MR> --- MR> > "WarnInbox", MR> > 0 And this one as well. Thanks, VZ _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
