* On image renamed print_server_add_on to print_addon_server

and moved it from folder bin to servers.
  The print_server uses print_addon_server now to
  execute printer driver add-ons.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39357 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer
2010-11-08 18:34:43 +00:00
parent f0de36acbb
commit 112cf45c66
5 changed files with 12 additions and 18 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include "PrintServerAddOnProtocol.h"
const char* kPrintServerAddOnApplicationSignature =
"application/x-vnd.haiku-print-server-add-on";
"application/x-vnd.haiku-print-addon-server";
const char* kPrintServerAddOnStatusAttribute = "status";
const char* kPrinterDriverAttribute = "driver";