From 2ce698e886e0ac0010da945b64952546795a287e Mon Sep 17 00:00:00 2001 From: Michael Pfeiffer Date: Thu, 19 Feb 2004 20:06:27 +0000 Subject: [PATCH] Changed comment. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6657 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/print/drivers/pdf/source/DocInfoWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/print/drivers/pdf/source/DocInfoWindow.cpp b/src/add-ons/print/drivers/pdf/source/DocInfoWindow.cpp index b7f05971ae..27c7d9ff36 100644 --- a/src/add-ons/print/drivers/pdf/source/DocInfoWindow.cpp +++ b/src/add-ons/print/drivers/pdf/source/DocInfoWindow.cpp @@ -34,7 +34,7 @@ THE SOFTWARE. #include #if HAVE_FULLVERSION_PDF_LIB -// pdflib 5.x supports password protection and permissions in the commercial license only! +// pdflib 5.x supports password protection and permissions in the commercial version only! static const PermissionLabels gPermissionLabels[] = { PermissionLabels("Prevent printing the file.", "noprint"), PermissionLabels("Prevent making any changes.", "nomodify"),