X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2d1bc21c5ab363ff54e6c82c2e5a50904dfc089..0a4f1bbf6d4d97ee0ff2ab5402af585333c9c9bc:/src/html/helpdata.cpp diff --git a/src/html/helpdata.cpp b/src/html/helpdata.cpp index beb05d3d65..11af5d51dc 100644 --- a/src/html/helpdata.cpp +++ b/src/html/helpdata.cpp @@ -63,7 +63,7 @@ static char* ReadLine(char *line, char *buf) static int LINKAGEMODE IndexCompareFunc(const void *a, const void *b) { - return wxStrcmp(((wxHtmlContentsItem*)a)->m_Name, ((wxHtmlContentsItem*)b)->m_Name); + return wxStricmp(((wxHtmlContentsItem*)a)->m_Name, ((wxHtmlContentsItem*)b)->m_Name); }