From 1068e2caf5e58c007bf01c417dbc1eb27970aff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 5 Jun 2007 19:24:28 +0000 Subject: [PATCH] fixed app signature git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21334 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/print/Printers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preferences/print/Printers.h b/src/preferences/print/Printers.h index ec916d18ca..63919378d5 100644 --- a/src/preferences/print/Printers.h +++ b/src/preferences/print/Printers.h @@ -33,7 +33,7 @@ class PrintersApp; #include -#define PRINTERS_SIGNATURE "application/x-vnd.Be-PRNT2" +#define PRINTERS_SIGNATURE "application/x-vnd.Be-PRNT" class PrintersApp : public BApplication {