- selectionMenu->Append( ID_SELCELLS, _T("Select &Cells") );
- selectionMenu->Append( ID_SELROWS, _T("Select &Rows") );
- selectionMenu->Append( ID_SELCOLS, _T("Select C&ols") );
+ selectionMenu->Append( ID_SELCELLS, _T("Select &cells") );
+ selectionMenu->Append( ID_SELROWS, _T("Select &rows") );
+ selectionMenu->Append( ID_SELCOLS, _T("Select col&umns") );
+ selectionMenu->Append( ID_SELROWSORCOLS, _T("Select rows &or columns") );