Patch by Humdinger: Make the formular attribute of Queries and Query templates
editable in Tracker. Thanks! Fixed #1612. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35511 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c5e52ecb78
commit
423eae9f43
@ -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"
|
||||
};
|
||||
|
@ -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"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user