[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] pre-wx-2.9.5 appearance changes
From: |
Vadim Zeitlin |
Subject: |
Re: [lmi] pre-wx-2.9.5 appearance changes |
Date: |
Mon, 15 Jul 2013 02:36:43 +0200 |
On Mon, 15 Jul 2013 00:11:37 +0000 Greg Chicares <address@hidden> wrote:
GC> I rebuilt lmi with the 'wxWidgets-2013-07-14.tar.gz' snapshot.
GC> Grayed toolbar buttons are the same as with the earlier snapshot,
I've just checked and this snapshot simply doesn't have my changes of
r74509 yet. For the reference, the change was just
diff --git a/include/wx/msw/genrcdefs.h b/include/wx/msw/genrcdefs.h
index a69638e..24f4f1f 100644
--- a/include/wx/msw/genrcdefs.h
+++ b/include/wx/msw/genrcdefs.h
@@ -16,6 +16,8 @@
#if _MSC_FULL_VER < 140040130
EMIT(#define wxUSE_RC_MANIFEST 1)
#endif
+#else
+EMIT(#define wxUSE_RC_MANIFEST 1)
#endif
#ifdef _M_AMD64
GC> Must we therefore create and distribute an msw manifest, which
GC> we've never done before?
No, this really shouldn't be necessary, wx/msw/wx.rc, which is included by
lmi_msw_res.rc, should be defining it.
GC> Or should I try the 2013-07-15 wx snapshot, which I suppose will
GC> appear in about twenty-five minutes?
Yes, I think this would be the best.
Thanks once again for testing,
VZ
- [lmi] pre-wx-2.9.5 appearance changes, Greg Chicares, 2013/07/12
- Re: [lmi] pre-wx-2.9.5 appearance changes, Vadim Zeitlin, 2013/07/12
- Re: [lmi] pre-wx-2.9.5 appearance changes, Greg Chicares, 2013/07/14
- Re: [lmi] pre-wx-2.9.5 appearance changes, Vadim Zeitlin, 2013/07/14
- Re: [lmi] pre-wx-2.9.5 appearance changes, Greg Chicares, 2013/07/14
- Re: [lmi] pre-wx-2.9.5 appearance changes,
Vadim Zeitlin <=
- Re: [lmi] pre-wx-2.9.5 appearance changes, Greg Chicares, 2013/07/14
- Re: [lmi] pre-wx-2.9.5 appearance changes, Greg Chicares, 2013/07/14
- Re: [lmi] pre-wx-2.9.5 appearance changes, Vadim Zeitlin, 2013/07/15
- Re: [lmi] pre-wx-2.9.5 appearance changes, Greg Chicares, 2013/07/15
- Re: [lmi] pre-wx-2.9.5 appearance changes, Greg Chicares, 2013/07/15
- Re: [lmi] pre-wx-2.9.5 appearance changes, Vadim Zeitlin, 2013/07/15
- Re: [lmi] pre-wx-2.9.5 appearance changes, Vadim Zeitlin, 2013/07/15
Re: [lmi] pre-wx-2.9.5 appearance changes, Vadim Zeitlin, 2013/07/13