]> 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 f51cd62aaf9af00acd816abd14274bfca548484f..660f1090dfa497acd9916b232868397875c007dc 100644 (file)
@@ -1,21 +1,16 @@
 ///////////////////////////////////////////////////////////////////////////////
-// 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:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "accessbase.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__