mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 09:19:13 +02:00
* Fixed typo (t->s)
git-svn-id: trunk@27501 -
This commit is contained in:
parent
217bac7a0b
commit
59a9a595c5
@ -28,13 +28,12 @@ Type
|
||||
TMimeType = Class(TObject)
|
||||
private
|
||||
FExtensions: String;
|
||||
FExtentions: String;
|
||||
FMimeType: String;
|
||||
Public
|
||||
Constructor Create(Const AMimeType,AExtensions : String);
|
||||
Procedure MergeExtensions(AExtensions : String);
|
||||
Property MimeType : String Read FMimeType Write FMimeType;
|
||||
Property Extensions : String Read FExtensions Write FExtentions;
|
||||
Property Extensions : String Read FExtensions Write FExtensions;
|
||||
end;
|
||||
|
||||
{ TFPMimeTypes }
|
||||
|
Loading…
Reference in New Issue
Block a user