зеркало из https://github.com/mozilla/pjs.git
Bug 531606 - "Gecko 1.9.x (Firefox 3.x / Seamonkey 2) truncates print job name to only 30 characters" [r=roc a=dolske]
This commit is contained in:
Родитель
35072f78f6
Коммит
751af48a62
|
@ -202,7 +202,7 @@ gfxWindowsSurface::BeginPrinting(const nsAString& aTitle,
|
|||
const nsAString& aPrintToFileName)
|
||||
{
|
||||
#ifdef NS_PRINTING
|
||||
#define DOC_TITLE_LENGTH 30
|
||||
#define DOC_TITLE_LENGTH (MAX_PATH-1)
|
||||
DOCINFOW docinfo;
|
||||
|
||||
nsString titleStr(aTitle);
|
||||
|
|
Загрузка…
Ссылка в новой задаче