]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/snglinst.cpp
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / src / msw / snglinst.cpp
index 1e5d08ef79e5210ca08b707b10c79abce8709470..9dd07ebeab1c46c5e1391f1ee91d375b220c325a 100644 (file)
@@ -1,13 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        msw/snglinst.cpp
+// Name:        src/msw/snglinst.cpp
 // Purpose:     implements wxSingleInstanceChecker class for Win32 using
 //              named mutexes
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     08.06.01
-// RCS-ID:      $Id$
 // Copyright:   (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// License:     wxWindows licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================