--- src/ui/dlgIndex.cpp.orig Thu Oct 30 02:48:11 2003 +++ src/ui/dlgIndex.cpp Thu Oct 30 02:48:47 2003 @@ -87,7 +87,7 @@ while (cols.HasMoreTokens()) { wxString str=cols.GetNextToken(); - if (pos) + if (str.Strip() == wxT("")) str.RemoveLast(); // there's a space lstColumns->InsertItem(pos++, str, PGICON_COLUMN); }