r1865: *** empty log message ***
[ctsim.git] / src / ctsim.cpp
index d8b073725c9ccf1f2fae66a7ede2901ff4cfb22e..ab1271c172ca2d15d7cb0dea3dcef78191c5e26d 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: ctsim.cpp,v 1.105 2002/05/03 00:40:30 kevin Exp $
+**  $Id: ctsim.cpp,v 1.106 2002/05/03 01:01:15 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -70,7 +70,7 @@
 #endif
 #endif
 
-static const char* rcsindent = "$Id: ctsim.cpp,v 1.105 2002/05/03 00:40:30 kevin Exp $";
+static const char* rcsindent = "$Id: ctsim.cpp,v 1.106 2002/05/03 01:01:15 kevin Exp $";
 
 struct option CTSimApp::ctsimOptions[] = 
 {
@@ -202,7 +202,7 @@ CTSimApp::OnInit()
     *m_pLog << "Cannot initialize the Windows Help system" << "\n";
 #else
   if (! m_pFrame->getHtmlHelpController().Initialize(helpDir + "/ctsim") &&
-    ! m_pFrame->getHtmlHelpController().Initialize("/usr/local/man/ctsim"))
+    ! m_pFrame->getHtmlHelpController().Initialize("/usr/share/ctsim"))
     *m_pLog << "Cannot initialize the HTML Help system" << "\n";
   else {
     if (::wxDirExists ("/tmp"))