浏览代码

* missing quote

git-svn-id: trunk@11961 -
peter 17 年之前
父节点
当前提交
1bd1dcbb49
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.ExternalURL := 'www.freepascal.org';
     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.SourcePath.Add('src');