signature update
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8512 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
#include <Application.h>
|
#include <Application.h>
|
||||||
#include "BGWindow.h"
|
#include "BGWindow.h"
|
||||||
|
|
||||||
#define APP_SIGNATURE "application/x-vnd.obos-Backgrounds"
|
#define APP_SIGNATURE "application/x-vnd.haiku.Backgrounds"
|
||||||
|
|
||||||
class BGApplication : public BApplication {
|
class BGApplication : public BApplication {
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -57,12 +57,13 @@ resource mini_icon
|
|||||||
$"FFFF00000E0F0F0F0F0F0F000F0F0FFF"
|
$"FFFF00000E0F0F0F0F0F0F000F0F0FFF"
|
||||||
};
|
};
|
||||||
|
|
||||||
resource app_signature "application/x-vnd.obos-Backgrounds";
|
resource app_signature "application/x-vnd.haiku.Backgrounds";
|
||||||
|
|
||||||
resource app_version
|
resource app_version
|
||||||
{
|
{
|
||||||
short_info = "OBOS-Backgrounds",
|
short_info = "Haiku-Backgrounds",
|
||||||
long_info = "OpenBeOS version of Backgrounds"
|
long_info = "Haiku version of Backgrounds"
|
||||||
};
|
};
|
||||||
|
|
||||||
resource app_flags B_SINGLE_LAUNCH;
|
resource app_flags B_SINGLE_LAUNCH;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user