X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.cpp;h=ab1271c172ca2d15d7cb0dea3dcef78191c5e26d;hp=d8b073725c9ccf1f2fae66a7ede2901ff4cfb22e;hb=2d7966bd04e3d56b9c9cc9651b029a8b6196458b;hpb=dc5eb7b285e647a99535740a99d73d468a856ba3 diff --git a/src/ctsim.cpp b/src/ctsim.cpp index d8b0737..ab1271c 100644 --- a/src/ctsim.cpp +++ b/src/ctsim.cpp @@ -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"))