diff options
author | daniel <daniel@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2007-06-16 20:40:59 +0000 |
---|---|---|
committer | daniel <daniel@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2007-06-16 20:40:59 +0000 |
commit | 9ea713c402eb273691f7fde955cca0ff071c8dd3 (patch) | |
tree | 2da82fc354cedd8fa406abc2b6c1ced760beb28d /ide | |
parent | 8afd3d6e576421443d2a1f1cbd8f941be986db8c (diff) | |
download | fpc-9ea713c402eb273691f7fde955cca0ff071c8dd3.tar.gz |
* Library -> daemon
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@7695 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'ide')
-rw-r--r-- | ide/fp.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/fp.pas b/ide/fp.pas index b48da513b6..f5d32f9cb7 100644 --- a/ide/fp.pas +++ b/ide/fp.pas @@ -249,7 +249,7 @@ begin if doserror=0 then errorbox('Debian system detected!'#13#13+ 'Debian systems use an incompatible gpm'#13+ - 'library, therefore your system might'#13+ + 'daemon, therefore your system might'#13+ 'suffer from Debian bug 412927. Please'#13+ 'see http://bugs.debian.org/cgi-bin/'#13+ 'bugreport.cgi?bug=412927 for details.',nil); |