diff options
author | abhibeckert <abhi@abhibeckert.com> | 2008-09-29 09:49:36 +0000 |
---|---|---|
committer | abhibeckert <abhi@abhibeckert.com> | 2008-09-29 09:49:36 +0000 |
commit | 8b39f25ee75d7db1eff68aaa71b92d3282e4c054 (patch) | |
tree | 75e5fd2f66210a5d7170f92c40903fe9fe1c5b57 /trunk/Growl Registration Ticket.growlRegDict | |
parent | c0e7a42a5deba6b1529db959411a416ab114edba (diff) | |
download | sequelpro-release-0.9.2.tar.gz sequelpro-release-0.9.2.tar.bz2 sequelpro-release-0.9.2.zip |
tag release candidate 2 of 0.9.2 releaserelease-0.9.2
Diffstat (limited to 'trunk/Growl Registration Ticket.growlRegDict')
-rw-r--r-- | trunk/Growl Registration Ticket.growlRegDict | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/trunk/Growl Registration Ticket.growlRegDict b/trunk/Growl Registration Ticket.growlRegDict new file mode 100644 index 00000000..e2992404 --- /dev/null +++ b/trunk/Growl Registration Ticket.growlRegDict @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>AllNotifications</key> + <array> + <string>Connected</string> + <string>Disconnected</string> + <string>Import Finished</string> + <string>Export Finished</string> + <string>Table Syntax Copied</string> + <string>Query Finished</string> + </array> + <key>DefaultNotifications</key> + <array> + <string>Connected</string> + <string>Disconnected</string> + <string>Import Finished</string> + <string>Export Finished</string> + <string>Table Syntax Copied</string> + <string>Query Finished</string> + </array> + <key>TicketVersion</key> + <integer>1</integer> +</dict> +</plist> |