Allow TextSearch add-on to be used also on volumes.
This fixes ticket #3386. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30391 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -21,7 +21,8 @@ resource app_flags B_SINGLE_LAUNCH;
|
|||||||
resource file_types message {
|
resource file_types message {
|
||||||
"types" = "text",
|
"types" = "text",
|
||||||
"types" = "application/x-vnd.Be-directory",
|
"types" = "application/x-vnd.Be-directory",
|
||||||
"types" = "application/x-vnd.Be-symlink"
|
"types" = "application/x-vnd.Be-symlink",
|
||||||
|
"types" = "application/x-vnd.Be-volume"
|
||||||
};
|
};
|
||||||
|
|
||||||
resource vector_icon {
|
resource vector_icon {
|
||||||
|
|||||||
Reference in New Issue
Block a user