- wxStaticText *text = new wxStaticText( win, wxID_EXIT, _T("click somewhere\non image"), wxPoint(13,11) );
+ wxStaticText *text = new wxStaticText( win,
+ wxID_EXIT,
+ _T("click somewhere\non image"),
+ wxPoint(m_isPda ? 0 : 13,
+ m_isPda ? 0 : 11)
+ );