Some application MIME signature fixing.
We really should come up with a way to avoid the duplication between the rdef and source code... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32505 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -45,7 +45,7 @@ class PCApplication : public BApplication {
|
||||
};
|
||||
|
||||
|
||||
const char* kSignature = "application/x-vnd.Geb-ProcessController";
|
||||
const char* kSignature = "application/x-vnd.Haiku-ProcessController";
|
||||
const char* kTrackerSig = "application/x-vnd.Be-TRAK";
|
||||
const char* kDeskbarSig = "application/x-vnd.Be-TSKB";
|
||||
const char* kTerminalSig = "application/x-vnd.Haiku-Terminal";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
resource app_signature "application/x-vnd.Geb-ProcessController";
|
||||
resource app_signature "application/x-vnd.Haiku-ProcessController";
|
||||
|
||||
resource app_version {
|
||||
major = 3,
|
||||
|
||||
Reference in New Issue
Block a user