SharpLibEar/AttributeObjectProperty.cs
changeset 238 c92587ddabcd
parent 231 4c706feaf706
     1.1 --- a/SharpLibEar/AttributeObjectProperty.cs	Wed Aug 17 16:39:36 2016 +0200
     1.2 +++ b/SharpLibEar/AttributeObjectProperty.cs	Thu Aug 18 14:35:50 2016 +0200
     1.3 @@ -19,6 +19,8 @@
     1.4          public string Minimum;
     1.5          public string Maximum;
     1.6          public string Increment;
     1.7 +        // For file dialog
     1.8 +        public string Filter;
     1.9      }
    1.10  
    1.11