diff --git a/src/data/beos_mime/application/x-vnd.be-query b/src/data/beos_mime/application/x-vnd.be-query index e2ba3f4f94..992bf70396 100644 --- a/src/data/beos_mime/application/x-vnd.be-query +++ b/src/data/beos_mime/application/x-vnd.be-query @@ -32,3 +32,14 @@ resource(6, "META:ICON") #'VICN' array { $"0107201C200A070108201C200A080109201C200A000100201E240A0C0100201C" $"20" }; + +resource(7, "META:ATTR_INFO") message(233) { + "attr:name" = "_trk/qrystr", + "attr:public_name" = "Formula", + "attr:type" = 'CSTR', + "attr:viewable" = true, + "attr:editable" = true, + "attr:width" = 200, + "attr:alignment" = 0, + "type" = "application/x-vnd.Be-query" +}; diff --git a/src/data/beos_mime/application/x-vnd.be-querytemplate b/src/data/beos_mime/application/x-vnd.be-querytemplate index 5fcd9a01d9..6c6366f5c6 100644 --- a/src/data/beos_mime/application/x-vnd.be-querytemplate +++ b/src/data/beos_mime/application/x-vnd.be-querytemplate @@ -34,3 +34,14 @@ resource(5, "META:ICON") #'VICN' array { $"0A010B201C200A0B010C201C200A0C010D201C200A10010E201E240A0F010E20" $"1C20" }; + +resource(6, "META:ATTR_INFO") message(233) { + "attr:name" = "_trk/qrystr", + "attr:public_name" = "Formula", + "attr:type" = 'CSTR', + "attr:viewable" = true, + "attr:editable" = true, + "attr:width" = 200, + "attr:alignment" = 0, + "type" = "application/x-vnd.Be-query" +};