diff options
author | Rodeo <[email protected]> | 2012-09-21 20:25:24 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-09-21 20:25:24 +0000 |
commit | a128ed16e74d4afaf135d4fff7e41688930f53cb (patch) | |
tree | ec600e17a40fc7e36e6392f33a2e9fe66d6adfa2 /macosx/Info.plist.m4 | |
parent | 9b3ab50a16042a2be298d15549cf30cbbc28f1c5 (diff) |
MacGui: Add the drag & drop features on both DockIcon and Handbrake Main Window
- Patch courtesy of Jerome Lacube. Thanks Jerome!
- It handles dragging & dropping one file, and folders.
-- Please note that when dropping a folder, the files inside will be treated as titles.
- Specifics can be found here https://reviews.handbrake.fr/r/345/
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4973 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Info.plist.m4')
-rw-r--r-- | macosx/Info.plist.m4 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/macosx/Info.plist.m4 b/macosx/Info.plist.m4 index 28d37c6d3..c7bb3eeef 100644 --- a/macosx/Info.plist.m4 +++ b/macosx/Info.plist.m4 @@ -14,6 +14,19 @@ dnl <string>en</string> <key>CFBundleDisplayName</key> <string>__HB_name</string> + <key>CFBundleDocumentTypes</key> + <array> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>*</string> + </array> + <key>CFBundleTypeName</key> + <string>All files</string> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + </dict> + </array> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleGetInfoString</key> |