signature update

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8512 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-07-29 16:27:45 +00:00
parent 439d3bfb0f
commit 37a348ee2c
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
#include <Application.h>
#include "BGWindow.h"
#define APP_SIGNATURE "application/x-vnd.obos-Backgrounds"
#define APP_SIGNATURE "application/x-vnd.haiku.Backgrounds"
class BGApplication : public BApplication {
public:
+4 -3
View File
@@ -57,12 +57,13 @@ resource mini_icon
$"FFFF00000E0F0F0F0F0F0F000F0F0FFF"
};
resource app_signature "application/x-vnd.obos-Backgrounds";
resource app_signature "application/x-vnd.haiku.Backgrounds";
resource app_version
{
short_info = "OBOS-Backgrounds",
long_info = "OpenBeOS version of Backgrounds"
short_info = "Haiku-Backgrounds",
long_info = "Haiku version of Backgrounds"
};
resource app_flags B_SINGLE_LAUNCH;