5e800026d7
LinCVS is a graphical Interface for the cvs client commandline tool on the Unix, Windows and Mac OS X platform. It allows to load modules from a server (checkout), create modules on the server (import), as well as checking the state of directories and individual files or updating them. Basic operations like add, remove and commit are supported as matter of course, just like showing the actual differences between the server version and the local sandbox, graphical display of the version tree, and manifoldy graphical support of project maintenance. All actions are logged on the cvs server (configurable via history), and are therewith comprehensible.
15 lines
622 B
Text
15 lines
622 B
Text
$NetBSD: patch-ah,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
|
|
|
|
--- src/lincvs.cpp.orig 2005-07-25 22:15:04.000000000 +0200
|
|
+++ src/lincvs.cpp
|
|
@@ -2980,8 +2980,8 @@ void ApplicationWindow::slot_help()
|
|
|
|
QString lang = QString(QTextCodec::locale()).left(2); //maybe it's useful without left(2)
|
|
|
|
- helpDir = APPDIR + "/" + LC_HELP_DIR + "/" + LC_TRANSLATIONS_SUBDIR + "/" + lang;
|
|
- helpDirDef = APPDIR + "/" + LC_HELP_DIR;
|
|
+ helpDir = "%%PREFIX%%/share/doc/lincvs/translations/" + lang;
|
|
+ helpDirDef = "%%PREFIX%%/share/doc/lincvs";
|
|
|
|
filename = helpDir + tr("/README.html");
|
|
f.setName(filename);
|