зеркало из https://github.com/mozilla/gecko-dev.git
Fixed a solaris bug, took out a URL call until I can find the real cause
of the problem
This commit is contained in:
Родитель
cf074ef8c7
Коммит
e20ee57836
|
@ -263,7 +263,9 @@ char* charset_name = NULL;
|
|||
XP_FilePrintf(f, "%%%%EndComments\n");
|
||||
|
||||
// general comments: Mozilla-specific
|
||||
#ifdef NOTYET
|
||||
XP_FilePrintf(f, "\n%% MozillaURL: %s\n", mPrintContext->prSetup->url->address);
|
||||
#endif
|
||||
// get charset name of non-latin1 fonts
|
||||
// for external filters, supply information
|
||||
if (mPrintContext->prSetup->otherFontName[0] || mPrintContext->prSetup->otherFontInfo[0]){
|
||||
|
|
Загрузка…
Ссылка в новой задаче