]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/accesscmn.cpp
Fix wxHtmlHelpData::SetTempDir() to behave correctly without trailing slash.
[wxWidgets.git] / src / common / accesscmn.cpp
index a5cb561baaed9b9dbd059e566667452dbb959afa..660f1090dfa497acd9916b232868397875c007dc 100644 (file)
@@ -1,9 +1,8 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        common/accesscmn.cpp
+// Name:        src/common/accesscmn.cpp
 // Author:      Julian Smart
 // Modified by:
 // Created:     2003-02-12
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
-    #pragma implementation "accessbase.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__