Updating some Preferences MIME signatures.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32509 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
resource app_signature "application/x-vnd.haiku-Appearance";
|
||||
resource app_signature "application/x-vnd.Haiku-Appearance";
|
||||
|
||||
resource app_version {
|
||||
major = 1,
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#define COLOR_SETTINGS_NAME "system_colors"
|
||||
*/
|
||||
|
||||
#define APPEARANCE_APP_SIGNATURE "application/x-vnd.haiku-Appearance"
|
||||
#define APPEARANCE_APP_SIGNATURE "application/x-vnd.Haiku-Appearance"
|
||||
|
||||
#define APPLY_SETTINGS 'aply'
|
||||
#define REVERT_SETTINGS 'rvrt'
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include <Window.h>
|
||||
|
||||
|
||||
static const char *kSignature = "application/x-vnd.haiku-backgrounds";
|
||||
static const char *kSignature = "application/x-vnd.Haiku-Backgrounds";
|
||||
|
||||
|
||||
class BackgroundsApplication : public BApplication {
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <string.h>
|
||||
|
||||
|
||||
const char* kApplicationSignature = "application/x-vnd.haiku-translations";
|
||||
const char* kApplicationSignature = "application/x-vnd.Haiku-DataTranslations";
|
||||
|
||||
|
||||
DataTranslationsApplication::DataTranslationsApplication()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
resource app_signature "application/x-vnd.Haiku-Translations";
|
||||
resource app_signature "application/x-vnd.Haiku-DataTranslations";
|
||||
|
||||
resource app_version {
|
||||
major = 1,
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "DevicesWindows.h"
|
||||
|
||||
#define APP_SIGNATURE "application/x-vnd.OBOS.Devices" // Application Signature and Title
|
||||
#define APP_SIGNATURE "application/x-vnd.Haiku.Devices" // Application Signature and Title
|
||||
|
||||
class Devices : public BApplication
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
resource app_signature "application/x-vnd.OBOS.Devices";
|
||||
resource app_signature "application/x-vnd.Haiku.Devices";
|
||||
|
||||
resource app_version
|
||||
{
|
||||
|
||||
@@ -23,7 +23,7 @@ Authors: Sikosis ([email protected])
|
||||
|
||||
|
||||
// Application Signature and Title
|
||||
const char *APP_SIGNATURE = "application/x-vnd.OBOS.Dial-UpNetworking";
|
||||
const char *APP_SIGNATURE = "application/x-vnd.Haiku-DialUpNetworking";
|
||||
|
||||
// Default Window Size
|
||||
float FormTopDefault = 100;
|
||||
|
||||
@@ -78,7 +78,7 @@ resource(101, "BEOS:M:STD_ICON") #'MICN' array
|
||||
|
||||
#endif // HAIKU_TARGET_PLATFORM_HAIKU
|
||||
|
||||
resource(1, "BEOS:APP_SIG") #'MIMS' "application/x-vnd.OBOS.Dial-UpNetworking";
|
||||
resource(1, "BEOS:APP_SIG") #'MIMS' "application/x-vnd.Haiku-DialUpNetworking";
|
||||
|
||||
resource(1, "BEOS:APP_VERSION") #'APPV' array
|
||||
{
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
#include "multimon.h" // the usual: DANGER WILL, ROBINSON!
|
||||
|
||||
|
||||
const char* kBackgroundsSignature = "application/x-vnd.haiku-backgrounds";
|
||||
const char* kBackgroundsSignature = "application/x-vnd.Haiku-Backgrounds";
|
||||
|
||||
// list of officially supported colour spaces
|
||||
static const struct {
|
||||
|
||||
Reference in New Issue
Block a user