]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/osx/frame.h
capitalize the application name in GetAppDisplayName() by default; this results in...
[wxWidgets.git] / include / wx / osx / frame.h
... / ...
CommitLineData
1#ifdef __WXMAC_CLASSIC__
2#include "wx/osx/classic/frame.h"
3#else
4#include "wx/osx/carbon/frame.h"
5#endif