Patch by Michael Weirauch to fix bluetooth apps signatures.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33270 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
93647add85
commit
875e7244d7
@ -2,8 +2,8 @@
|
||||
#define _BLUETOOTH_SERVER_PRIVATE_H
|
||||
|
||||
|
||||
#define BLUETOOTH_SIGNATURE "application/x-vnd.Be-bluetooth_server"
|
||||
#define BLUETOOTH_APP_SIGNATURE "application/x-vnd.haiku-BluetoothPrefs"
|
||||
#define BLUETOOTH_SIGNATURE "application/x-vnd.Haiku-bluetooth_server"
|
||||
#define BLUETOOTH_APP_SIGNATURE "application/x-vnd.Haiku-BluetoothPrefs"
|
||||
|
||||
/* Kit Comunication */
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* bluetooth_server.rdef
|
||||
*/
|
||||
|
||||
resource app_signature "application/x-vnd.Be-bluetooth_server";
|
||||
resource app_signature "application/x-vnd.Haiku-bluetooth_server";
|
||||
|
||||
resource app_flags B_SINGLE_LAUNCH | B_BACKGROUND_APP;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user