View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004483 | Scribus | public | 2006-11-05 17:38 | 2006-11-06 22:50 | |
Reporter | pmjdebruijn | Assigned To | fschmid | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu Linux | OS Version | Edgy Eft |
Product Version | 1.3.3.4 | ||||
Fixed in Version | 1.3.3.5cvs | ||||
Summary | 0004483: The PDF Producer tidy | ||||
Description | The Producer field of an exported PDF says: 'Libpdf for Scribus 1.3.3.4' However, if you take a look at most Adobe applications, something like this would be more appropriate: 'Scribus PDF Library 1.3.3.4' Libpdf could even be confused with: http://www.pdflib.com/ | ||||
Tags | No tags attached. | ||||
Patch | |||||
2006-11-05 17:38
|
libpdf-tidy-1.patch (543 bytes)
diff -Nur scribus-1.3.3.4/scribus/pdflib.cpp scribus-1.3.3.4-libpdf/scribus/pdflib.cpp --- scribus-1.3.3.4/scribus/pdflib.cpp 2006-09-19 22:31:01.000000000 +0200 +++ scribus-1.3.3.4-libpdf/scribus/pdflib.cpp 2006-11-04 12:04:23.214454250 +0100 @@ -500,7 +500,7 @@ QString IDg(Datum); IDg += Options.Datei; IDg += "Scribus "+QString(VERSION); - IDg += "Libpdf for Scribus "+QString(VERSION); + IDg += "Scribus PDF Library "+QString(VERSION); IDg += doc.documentInfo.getTitle(); IDg += doc.documentInfo.getAuthor(); IDg += "/False"; |
|
Franz, I assign to you since my guess is that you'll touch pdflib.cpp soon anyway. |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-11-05 17:38 | pmjdebruijn | New Issue | |
2006-11-05 17:38 | pmjdebruijn | File Added: libpdf-tidy-1.patch | |
2006-11-05 19:18 | cbradney | Relationship added | child of 0004439 |
2006-11-05 19:19 | cbradney | Relationship added | child of 0003964 |
2006-11-05 19:26 | avox | Status | new => assigned |
2006-11-05 19:26 | avox | Assigned To | => fschmid |
2006-11-05 19:28 | avox | Note Added: 0013287 | |
2006-11-05 21:06 | fschmid | Status | assigned => resolved |
2006-11-05 21:06 | fschmid | Fixed in Version | => 1.3.3.5cvs |
2006-11-05 21:06 | fschmid | Resolution | open => fixed |
2006-11-06 22:49 | cbradney | Status | resolved => closed |