Re: [M-git] Mahogany sources repository. branch master updated. v0.67-697-gb82244c
Vadim Zeitlin <[email protected]> Thu, 4 Sep 2014 16:38:36 +0200
| Newsgroups | gmane.mail.mahogany.devel |
|---|---|
| Message-ID | <[email protected]> |
--===============6793261582716705905== Content-Type: MULTIPART/SIGNED; protocol="application/pgp-signature"; micalg=pgp-sha1; BOUNDARY="1826948940-41-1409841516=:25804" --1826948940-41-1409841516=:25804 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Content-Disposition: INLINE On Thu, 4 Sep 2014 14:30:35 +0000 Nerijus Bali=C5=ABnas <[email protected]= rceforge.net> wrote: NB> - Log ----------------------------------------------------------------- NB> commit b82244c71c3f93ed368cf51927e7b7697eead813 NB> Author: Nerijus Baliunas <[email protected]> NB> Date: Thu Sep 4 17:30:25 2014 +0300 NB>=20 NB> fix wxQt compilation NB>=20 NB> diff --git a/include/gui/wxllist.h b/include/gui/wxllist.h NB> index c8cc95f..45b52dd 100644 NB> --- a/include/gui/wxllist.h NB> +++ b/include/gui/wxllist.h NB> @@ -1322,7 +1322,7 @@ class wxLayoutDataObject : public wxCustomDataObj= ect NB> public: NB> wxLayoutDataObject() NB> { NB> - SetFormat(wxDataFormat("application/wxlayoutlist")); NB> + SetFormat(wxDataFormat(_T("application/wxlayoutlist"))); NB> } This really should be fixed in wxQt itself, wxDataFormat ctor should take wxString which would make _T() (which is deprecated, if you really have to, use wxS() instead) unnecessary. Regards, VZ --1826948940-41-1409841516=:25804 Content-Type: APPLICATION/PGP-SIGNATURE -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iEYEABECAAYFAlQIeWwACgkQBupB3k9sHoaXQwCgg+WhJQY7nHAjy3cE+koLCbaa oK4An3N1UpPyLHIBV+bSia48ucttVL7P =1zr6 -----END PGP SIGNATURE----- --1826948940-41-1409841516=:25804-- --===============6793261582716705905== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ --===============6793261582716705905== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Mahogany-Developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-developers --===============6793261582716705905==--