Fix signature duplication of printer drivers
Signed-off-by: Matt Madia <[email protected]>
This commit is contained in:
committed by
Matt Madia
parent
7e1e5bb6ca
commit
37cdde518c
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
resource app_signature "application/x-vnd.pcl5-compatible";
|
resource app_signature "application/x-vnd.pcl6-compatible";
|
||||||
|
|
||||||
resource app_flags B_SINGLE_LAUNCH;
|
resource app_flags B_SINGLE_LAUNCH;
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
resource app_signature "application/x-vnd.pcl5-compatible";
|
resource app_signature "application/x-vnd.ps-compatible";
|
||||||
|
|
||||||
resource app_flags B_SINGLE_LAUNCH;
|
resource app_flags B_SINGLE_LAUNCH;
|
||||||
|
|
||||||
@@ -11,8 +11,8 @@ resource app_version {
|
|||||||
variety = B_APPV_DEVELOPMENT,
|
variety = B_APPV_DEVELOPMENT,
|
||||||
internal = 0,
|
internal = 0,
|
||||||
|
|
||||||
short_info = "PCL5 Compatible",
|
short_info = "PS Compatible",
|
||||||
long_info = "PCL5 Compatible for BeOS 5\nCopyright 1999 Y.Takagi\nCopyright 2003 Michael Pfeiffer\nAll Rights Reserved."
|
long_info = "PS Compatible for BeOS 5\nCopyright 1999 Y.Takagi\nCopyright 2003 Michael Pfeiffer\nAll Rights Reserved."
|
||||||
};
|
};
|
||||||
|
|
||||||
resource vector_icon {
|
resource vector_icon {
|
||||||
|
|||||||
Reference in New Issue
Block a user