From f810cb98c936be2bca0a3fcacdd65deb90d88ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 9 Apr 2006 10:06:41 +0000 Subject: [PATCH] Added the file types that Tracker adds to the MIME database to the list of supported types (with regard to bug #278). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17053 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/tracker/Tracker.rdef | 43 ++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/src/apps/tracker/Tracker.rdef b/src/apps/tracker/Tracker.rdef index de712d50c6..62fdf1f67c 100644 --- a/src/apps/tracker/Tracker.rdef +++ b/src/apps/tracker/Tracker.rdef @@ -1,15 +1,31 @@ -resource file_types message -{ +resource app_signature "application/x-vnd.Be-TRAK"; + +resource app_version { + major = 5, + middle = 2, + minor = 1, + variety = B_APPV_FINAL, + internal = 0, + short_info = "OpenTracker", + long_info = "OpenTracker 5.2.1 for BeOS © 1991-2001 Be Inc." +}; + +resource app_flags B_SINGLE_LAUNCH; + +resource file_types message { "types" = "application/x-vnd.Be-symlink", "types" = "application/x-vnd.Be-directory", "types" = "application/x-vnd.Be-query", "types" = "application/x-vnd.Be-volume", - "types" = "application/x-vnd.Be-queryTemplate" + "types" = "application/x-vnd.Be-queryTemplate", + "types" = "application/x-vnd.Be-root", + "types" = "application/x-vnd.Be-elfexecutable", + "types" = "application/x-vnd.Be.printer", + "types" = "application/octet-stream" }; -resource large_icon array -{ +resource large_icon array { $"FFFF000000FFFFFFFFFFFFFFFFFFFFFF0000000000000000000000FFFFFFFFFF" $"FF00D9D9D900FFFFFFFFFFFFFFFF0000838383838383008383D9D900FFFFFFFF" $"00D9D98383000000000000FFFF00838383838383838383010000D9D900FFFFFF" @@ -44,8 +60,7 @@ resource large_icon array $"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF" }; -resource mini_icon array -{ +resource mini_icon array { $"FF0000FFFFFFFFFF000000000000FFFF" $"00D900000000FF008383D900838300FF" $"00D98383838300D900D983AA00AA00FF" @@ -64,17 +79,3 @@ resource mini_icon array $"FFFFFFFFFFFFFF00000E0F0F0FFFFFFF" }; -resource app_signature "application/x-vnd.Be-TRAK"; - -resource app_version -{ - major = 5, - middle = 2, - minor = 1, - variety = B_APPV_FINAL, - internal = 0, - short_info = "OpenTracker", - long_info = "OpenTracker 5.2.1 for BeOS © 1991-2001 Be Inc." -}; - -resource app_flags B_SINGLE_LAUNCH;