]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
A little better failure message
[wxWidgets.git] / src / msw / utils.cpp
index 7ae0144671945084295606f60b0b05e72e024da6..3f969455189793b17d03b2e301d3ee62a33be6dd 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
 // ----------------------------------------------------------------------------
 
 // In the WIN.INI file
-static const wxChar WX_SECTION[] = wxT("wxWidgets");
+static const wxChar WX_SECTION[] = wxT("wxWindows");
 static const wxChar eUSERNAME[]  = wxT("UserName");
 
 // ============================================================================