Browse Source

* missing quote

git-svn-id: trunk@11961 -
peter 17 years ago
parent
commit
1bd1dcbb49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/dbus/fpmake.pp

+ 1 - 1
packages/dbus/fpmake.pp

@@ -22,7 +22,7 @@ begin
     P.License := 'Library: GPL2 or later, header: LGPL with modification, ';
     P.License := 'Library: GPL2 or later, header: LGPL with modification, ';
     P.ExternalURL := 'www.freepascal.org';
     P.ExternalURL := 'www.freepascal.org';
     P.Email := '';
     P.Email := '';
-    P.Description := D-Bus message bus interface. (Pre 1.0?)';
+    P.Description := 'D-Bus message bus interface. (Pre 1.0?)';
     P.NeedLibC:= true;
     P.NeedLibC:= true;
 
 
     P.SourcePath.Add('src');
     P.SourcePath.Add('src');