MIME type for Screen preflet changed globally: x-vnd.Be-SCRN -> x-vnd.Haiku-Screen
Pointed by Axel. Thanks. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40188 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
298dd789ed
commit
97873fad0d
@ -41,6 +41,7 @@
|
||||
|
||||
|
||||
static const char* kSignature = "application/x-vnd.Be-WORK";
|
||||
static const char* kScreenPrefletSignature = "application/x-vnd.Haiku-Screen";
|
||||
static const char* kOldSettingFile = "Workspace_data";
|
||||
static const char* kSettingsFile = "Workspaces_settings";
|
||||
|
||||
@ -494,7 +495,7 @@ WorkspacesView::MessageReceived(BMessage* message)
|
||||
break;
|
||||
|
||||
case kMsgChangeCount:
|
||||
be_roster->Launch("application/x-vnd.Be-SCRN");
|
||||
be_roster->Launch(kScreenPrefletSignature);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
@ -30,7 +30,7 @@ if $(TARGET_PLATFORM) = libbe_test {
|
||||
}
|
||||
|
||||
DoCatalogs Screen :
|
||||
x-vnd.Be-SCRN
|
||||
x-vnd.Haiku-Screen
|
||||
:
|
||||
AlertView.cpp
|
||||
AlertWindow.cpp
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
resource app_signature "application/x-vnd.Be-SCRN";
|
||||
resource app_signature "application/x-vnd.Haiku-Screen";
|
||||
|
||||
resource app_flags B_SINGLE_LAUNCH;
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
#define B_TRANSLATE_CONTEXT "Screen"
|
||||
|
||||
|
||||
static const char* kAppSignature = "application/x-vnd.Be-SCRN";
|
||||
static const char* kAppSignature = "application/x-vnd.Haiku-Screen";
|
||||
|
||||
|
||||
ScreenApplication::ScreenApplication()
|
||||
|
Loading…
Reference in New Issue
Block a user