]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fileconf.cpp
WinCE project and wxDC corrections
[wxWidgets.git] / src / common / fileconf.cpp
index 4dc63b3adaf21f01bdee824dba6d26fb756ae26e..e3af92c28a85860bdb6314d967e84f036c30b15e 100644 (file)
@@ -677,7 +677,7 @@ void wxFileConfig::Parse(wxTextBuffer& buffer, bool bLocal)
         pEnd++;
       }
 
-      wxString strKey(FilterInEntryName(wxString(pStart, pEnd)));
+      wxString strKey(FilterInEntryName(wxString(pStart, pEnd).Trim()));
 
       // skip whitespace
       while ( wxIsspace(*pEnd) )