summaryrefslogtreecommitdiffstats
path: root/qtbrowserplugin/examples/grapher/grapher.r
blob: 42b29bafb2815a32ad306e560408794d96a65d56 (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 graphing plugin!"
}};

resource 'STR#' (128)
{{
"application/x-graphable",
""
}};

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