Make the TV app support the IANA-registered tv: URI scheme, so at least it launches when you "open tv:" in Terminal.
cf. http://tools.ietf.org/html/rfc2838 Yeah I know it's useless but so l33t. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43101 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -20,6 +20,12 @@ resource app_version {
|
|||||||
|
|
||||||
resource app_flags B_SINGLE_LAUNCH;
|
resource app_flags B_SINGLE_LAUNCH;
|
||||||
|
|
||||||
|
resource(1, "BEOS:FILE_TYPES") message
|
||||||
|
{
|
||||||
|
/* cf. http://tools.ietf.org/html/rfc2838 */
|
||||||
|
"types" = "application/x-vnd.Be.URL.tv"
|
||||||
|
};
|
||||||
|
|
||||||
resource vector_icon {
|
resource vector_icon {
|
||||||
$"6E6369660D03010000020006023C55B638309FBA16573E39B049E9FF43840A00"
|
$"6E6369660D03010000020006023C55B638309FBA16573E39B049E9FF43840A00"
|
||||||
$"FFB3B3FFA53E3E020006023C57B5364381B785863DA4F54B27C349B7BB005304"
|
$"FFB3B3FFA53E3E020006023C57B5364381B785863DA4F54B27C349B7BB005304"
|
||||||
|
|||||||
Reference in New Issue
Block a user