Procházet zdrojové kódy

* missing quote

git-svn-id: trunk@11961 -
peter před 17 roky
rodič
revize
1bd1dcbb49
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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');