bbaa4fc7ed
Submitted by Jacob Meuser <jakemsr@clipper.net>. QCad is a free open-source 2D CAD system for *nix. The developers' main goals are to build a stable, fast and easy to use CAD for everyone. One doesn't need any knowledge of a CAD program to start working with QCad.
13 lines
500 B
Plaintext
13 lines
500 B
Plaintext
$OpenBSD: patch-rappwin_cpp,v 1.1.1.1 2001/08/11 14:45:26 naddy Exp $
|
|
--- rappwin.cpp.orig Sun Mar 25 03:17:10 2001
|
|
+++ rappwin.cpp Thu Aug 9 03:42:39 2001
|
|
@@ -3289,7 +3289,7 @@ RAppWin::helpManual( const QString& _wha
|
|
{
|
|
QString manualStr;
|
|
|
|
- manualStr = fileSearchSubdir( "doc/" + RCONFIG->getSetting("Language:Language") );
|
|
+ manualStr = fileSearchSubdir( "../doc/qcad/" + RCONFIG->getSetting("Language:Language") );
|
|
|
|
// Use English as default:
|
|
if( !(QDir( manualStr ).exists()) ) {
|