Changed to Haiku mime type which matches the desklink application.
For better bachward compatibility, we should probably switch to x-vnd.Be. later git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8582 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
6a217e6df7
commit
3de0f7bc7f
@ -18,7 +18,7 @@
|
||||
#define __MEDIA_H__
|
||||
|
||||
// Constants ------------------------------------------------------------------------------------------------- //
|
||||
const char *APP_SIGNATURE = "application/x-vnd.haiku.Media"; // Application Signature and Title
|
||||
const char *APP_SIGNATURE = "application/x-vnd.Haiku.MediaPrefs"; // Application Signature
|
||||
|
||||
#include <Application.h>
|
||||
#include "MediaWindow.h"
|
||||
|
@ -1,4 +1,16 @@
|
||||
|
||||
resource app_signature "application/x-vnd.Haiku.MediaPrefs";
|
||||
|
||||
resource app_version
|
||||
{
|
||||
short_info = "Media",
|
||||
long_info = "Haiku Media Preferences"
|
||||
};
|
||||
|
||||
resource app_flags B_SINGLE_LAUNCH;
|
||||
|
||||
resource file_types message;
|
||||
|
||||
resource large_icon
|
||||
{
|
||||
$"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFF"
|
||||
@ -54,15 +66,3 @@ resource mini_icon
|
||||
$"FFFFFFFFFFFF002B2F00FF0404040F0F"
|
||||
$"FFFFFFFFFFFFFF00000E0F0F0F0FFFFF"
|
||||
};
|
||||
|
||||
resource file_types message;
|
||||
|
||||
resource app_signature "application/x-vnd.haiku.Media";
|
||||
|
||||
resource app_version
|
||||
{
|
||||
short_info = "OBOS-Media",
|
||||
long_info = "OpenBeOS version of Media"
|
||||
};
|
||||
|
||||
resource app_flags B_SINGLE_LAUNCH;
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "HApp.h"
|
||||
#include "HWindow.h"
|
||||
|
||||
#define APP_SIG "application/x-vnd.OBOS-Sounds"
|
||||
#define APP_SIG "application/x-vnd.Haiku.SoundsPrefs"
|
||||
|
||||
/***********************************************************
|
||||
* Constructor
|
||||
|
@ -1,4 +1,16 @@
|
||||
|
||||
resource app_signature "application/x-vnd.Haiku.SoundsPrefs";
|
||||
|
||||
resource app_version
|
||||
{
|
||||
short_info = "Sounds",
|
||||
long_info = "Haiku Sounds Preferences"
|
||||
};
|
||||
|
||||
resource app_flags B_SINGLE_LAUNCH;
|
||||
|
||||
resource file_types message;
|
||||
|
||||
resource large_icon
|
||||
{
|
||||
$"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFFFF"
|
||||
@ -54,15 +66,3 @@ resource mini_icon
|
||||
$"FF002B2F00FFFFFFFFFFFFFF0F0F0FFF"
|
||||
$"FFFF00000E0F0F0F0FFFFFFFFFFFFFFF"
|
||||
};
|
||||
|
||||
resource file_types message;
|
||||
|
||||
resource app_signature "application/x-vnd.OBOS-Sounds";
|
||||
|
||||
resource app_version
|
||||
{
|
||||
short_info = "OBOS-Sounds",
|
||||
long_info = "OpenBeOS version of Sounds"
|
||||
};
|
||||
|
||||
resource app_flags B_SINGLE_LAUNCH;
|
||||
|
Loading…
Reference in New Issue
Block a user