From 75c92c56f6c1b7fc5252f2b424679cea445c49e0 Mon Sep 17 00:00:00 2001 From: Ryan Leavengood Date: Wed, 19 Aug 2009 04:01:16 +0000 Subject: [PATCH] Updating some Preferences MIME signatures. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32509 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/appearance/Appearance.rdef | 2 +- src/preferences/appearance/defs.h | 2 +- src/preferences/backgrounds/Backgrounds.cpp | 2 +- src/preferences/datatranslations/DataTranslations.cpp | 2 +- src/preferences/datatranslations/DataTranslations.rdef | 2 +- src/preferences/devices/Devices.cpp | 2 +- src/preferences/devices/Devices.rdef | 2 +- src/preferences/dun/DUN.cpp | 2 +- src/preferences/dun/DUN.rdef | 2 +- src/preferences/screen/ScreenWindow.cpp | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/preferences/appearance/Appearance.rdef b/src/preferences/appearance/Appearance.rdef index f0acf4ddfc..928910a9df 100644 --- a/src/preferences/appearance/Appearance.rdef +++ b/src/preferences/appearance/Appearance.rdef @@ -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, diff --git a/src/preferences/appearance/defs.h b/src/preferences/appearance/defs.h index 9ff8056f6e..5755621963 100644 --- a/src/preferences/appearance/defs.h +++ b/src/preferences/appearance/defs.h @@ -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' diff --git a/src/preferences/backgrounds/Backgrounds.cpp b/src/preferences/backgrounds/Backgrounds.cpp index e924cab169..630f380388 100644 --- a/src/preferences/backgrounds/Backgrounds.cpp +++ b/src/preferences/backgrounds/Backgrounds.cpp @@ -15,7 +15,7 @@ #include -static const char *kSignature = "application/x-vnd.haiku-backgrounds"; +static const char *kSignature = "application/x-vnd.Haiku-Backgrounds"; class BackgroundsApplication : public BApplication { diff --git a/src/preferences/datatranslations/DataTranslations.cpp b/src/preferences/datatranslations/DataTranslations.cpp index 553ec22832..a69e1a6fa4 100644 --- a/src/preferences/datatranslations/DataTranslations.cpp +++ b/src/preferences/datatranslations/DataTranslations.cpp @@ -25,7 +25,7 @@ #include -const char* kApplicationSignature = "application/x-vnd.haiku-translations"; +const char* kApplicationSignature = "application/x-vnd.Haiku-DataTranslations"; DataTranslationsApplication::DataTranslationsApplication() diff --git a/src/preferences/datatranslations/DataTranslations.rdef b/src/preferences/datatranslations/DataTranslations.rdef index 72f71451f2..ba93e976a3 100644 --- a/src/preferences/datatranslations/DataTranslations.rdef +++ b/src/preferences/datatranslations/DataTranslations.rdef @@ -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, diff --git a/src/preferences/devices/Devices.cpp b/src/preferences/devices/Devices.cpp index fe3d15f728..84ed7865d1 100644 --- a/src/preferences/devices/Devices.cpp +++ b/src/preferences/devices/Devices.cpp @@ -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 { diff --git a/src/preferences/devices/Devices.rdef b/src/preferences/devices/Devices.rdef index 73c9a4bd3a..2331c49348 100644 --- a/src/preferences/devices/Devices.rdef +++ b/src/preferences/devices/Devices.rdef @@ -1,5 +1,5 @@ -resource app_signature "application/x-vnd.OBOS.Devices"; +resource app_signature "application/x-vnd.Haiku.Devices"; resource app_version { diff --git a/src/preferences/dun/DUN.cpp b/src/preferences/dun/DUN.cpp index 4ae9e797cd..40f2f26724 100644 --- a/src/preferences/dun/DUN.cpp +++ b/src/preferences/dun/DUN.cpp @@ -23,7 +23,7 @@ Authors: Sikosis (beos@gravity24hr.com) // 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; diff --git a/src/preferences/dun/DUN.rdef b/src/preferences/dun/DUN.rdef index 1705c664e1..55f3ab8dbb 100644 --- a/src/preferences/dun/DUN.rdef +++ b/src/preferences/dun/DUN.rdef @@ -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 { diff --git a/src/preferences/screen/ScreenWindow.cpp b/src/preferences/screen/ScreenWindow.cpp index f96bdf3d58..38df7b7884 100644 --- a/src/preferences/screen/ScreenWindow.cpp +++ b/src/preferences/screen/ScreenWindow.cpp @@ -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 {