Skip to content

Commit

Permalink
Add comments related themes of Claris FileMaker 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo committed Jul 30, 2024
1 parent 52b15fe commit 4c3b4d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xmlpaste_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ const char *paste() {
// dyn.ah62d4rv4gk8zuxnqm6: Layout Object (.fp7)
// dyn.ah62d4rv4gk8zuxnqgk: Layout Object (.fmp12)
// dyn.ah62d4rv4gk8zuxn0mu: Value List
// dyn.agk8u : Theme
// dyn.agk8u : Theme (FileMaker 17, 18, 19 and 2023)
// dyn.ah62d4rv4gk8zuxnyma: Theme (FileMaker 2024)
// public.utf16-plain-text: Custom Menu
NSData* data = [myPasteboard dataForType:type];
if (data) {
Expand Down

0 comments on commit 4c3b4d3

Please sign in to comment.