]> git.saurik.com Git - wxWidgets.git/blame - wxPython/scripts/helpviewer
the #ifdef around BROWSEINFO.lpszTitle assignment is bogus; should be c_str() everywhere
[wxWidgets.git] / wxPython / scripts / helpviewer
CommitLineData
1e4a197e
RD
1#!/usr/bin/env python
2
d14a1e28 3from wx.tools.helpviewer import main
1e4a197e 4main()