]> git.saurik.com Git - wxWidgets.git/commit
fix showing toolbar tooltips (we were using a pointer to a temporary object so it...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 27 Feb 2004 00:24:13 +0000 (00:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 27 Feb 2004 00:24:13 +0000 (00:24 +0000)
commit118208ac3b11a135290dd5032a39127bf89440e2
tree67b487d99e43e3eba2a3a15fa8fc5301d7746081
parentfdf1429eea5962a8da6134d37d3c12aac259a5c0
fix showing toolbar tooltips (we were using a pointer to a temporary object so it mostly _appeared_ to work but really didn't)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/window.cpp