int GetNumberCols() { return m_sizeGrid; }
wxString GetValue( int row, int col )
{
int GetNumberCols() { return m_sizeGrid; }
wxString GetValue( int row, int col )
{
- return wxString::Format("(%d, %d)", row, col);
+ return wxString::Format(wxT("(%d, %d)"), row, col);