summaryrefslogtreecommitdiffstats
path: root/qtbrowserplugin/examples/trivial/trivial.r
blob: 925bceebfc668ff803deab602a65a4499aef9aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#define SystemSevenOrLater 1

#include <Carbon/Carbon.r>

resource 'STR#' (127)
{{
"A trivial Example plugin!"
}};

resource 'STR#' (128)
{{
"trivial/very",
""
}};

resource 'STR#' (126)
{{
"Plugin for trivial uses"
}};