- popupList->InsertItem(popupList->GetItemCount(),_T("wxComboCtrl"));
- popupList->InsertItem(popupList->GetItemCount(),_T("with"));
- popupList->InsertItem(popupList->GetItemCount(),_T("wxListView"));
- popupList->InsertItem(popupList->GetItemCount(),_T("popup"));
- popupList->InsertItem(popupList->GetItemCount(),_T("Item1"));
- popupList->InsertItem(popupList->GetItemCount(),_T("Item2"));
- popupList->InsertItem(popupList->GetItemCount(),_T("Item3"));
+ popupList->InsertItem(popupList->GetItemCount(),wxT("wxComboCtrl"));
+ popupList->InsertItem(popupList->GetItemCount(),wxT("with"));
+ popupList->InsertItem(popupList->GetItemCount(),wxT("wxListView"));
+ popupList->InsertItem(popupList->GetItemCount(),wxT("popup"));
+ popupList->InsertItem(popupList->GetItemCount(),wxT("Item1"));
+ popupList->InsertItem(popupList->GetItemCount(),wxT("Item2"));
+ popupList->InsertItem(popupList->GetItemCount(),wxT("Item3"));