Browse Source

Fixed bug #8875

git-svn-id: trunk@7335 -
michael 18 years ago
parent
commit
c9c82ddbf8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/db.pas

+ 1 - 1
packages/fcl-db/src/db.pas

@@ -143,7 +143,7 @@ type
     procedure SetDisplayName(const AValue: string); override;
   public
     property Name : string read FName write SetDisplayName;
-    property DisplayName : string read GetDisplayName;
+    property DisplayName : string read GetDisplayName write SetDisplayName;
   end;
 
   { TDefCollection }