const char wxEditableListBoxNameStr[] = "editableListBox";
-static const char * eledit_xpm[] = {
+static const char* const eledit_xpm[] = {
"16 16 3 1",
" c None",
". c #000000",
" ",
" "};
-static const char * elnew_xpm[] = {
+static const char* const elnew_xpm[] = {
"16 16 5 1",
" c None",
". c #7F7F7F",
" ",
" "};
-static const char * eldel_xpm[] = {
+static const char* const eldel_xpm[] = {
"16 16 3 1",
" c None",
". c #7F0000",
" . . ",
" "};
-static const char * eldown_xpm[] = {
+static const char* const eldown_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
" ",
" "};
-static const char * elup_xpm[] = {
+static const char* const elup_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
void CreateColumns()
{
- InsertColumn(0, _T("item"));
+ InsertColumn(0, wxT("item"));
SizeColumns();
}