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:
Ryan Leavengood
2009-08-19 03:33:37 +00:00
parent 97c9909772
commit f3f9e93a0c
20 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -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,