summaryrefslogtreecommitdiffstats
path: root/src/rapidjson/bin/data/menu.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/rapidjson/bin/data/menu.json')
-rw-r--r--src/rapidjson/bin/data/menu.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/rapidjson/bin/data/menu.json b/src/rapidjson/bin/data/menu.json
new file mode 100644
index 000000000..539c3af20
--- /dev/null
+++ b/src/rapidjson/bin/data/menu.json
@@ -0,0 +1,27 @@
+{"menu": {
+ "header": "SVG Viewer",
+ "items": [
+ {"id": "Open"},
+ {"id": "OpenNew", "label": "Open New"},
+ null,
+ {"id": "ZoomIn", "label": "Zoom In"},
+ {"id": "ZoomOut", "label": "Zoom Out"},
+ {"id": "OriginalView", "label": "Original View"},
+ null,
+ {"id": "Quality"},
+ {"id": "Pause"},
+ {"id": "Mute"},
+ null,
+ {"id": "Find", "label": "Find..."},
+ {"id": "FindAgain", "label": "Find Again"},
+ {"id": "Copy"},
+ {"id": "CopyAgain", "label": "Copy Again"},
+ {"id": "CopySVG", "label": "Copy SVG"},
+ {"id": "ViewSVG", "label": "View SVG"},
+ {"id": "ViewSource", "label": "View Source"},
+ {"id": "SaveAs", "label": "Save As"},
+ null,
+ {"id": "Help"},
+ {"id": "About", "label": "About Adobe CVG Viewer..."}
+ ]
+}} \ No newline at end of file