"page setup" is appended to the driver name. Thanks PulkoMandy for the heads
up! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35026 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -103,7 +103,7 @@ PageSetupWindow::PageSetupWindow(BMessage *msg, const char *printerName)
|
|||||||
fExitSem = create_sem(0, "PageSetup");
|
fExitSem = create_sem(0, "PageSetup");
|
||||||
|
|
||||||
if (printerName)
|
if (printerName)
|
||||||
SetTitle(BString(printerName).Append(" Page setup").String());
|
SetTitle(BString(printerName).Append(" page setup").String());
|
||||||
|
|
||||||
if (fSetupMsg->FindInt32("orientation", &fCurrentOrientation) != B_OK)
|
if (fSetupMsg->FindInt32("orientation", &fCurrentOrientation) != B_OK)
|
||||||
fCurrentOrientation = PrinterDriver::PORTRAIT_ORIENTATION;
|
fCurrentOrientation = PrinterDriver::PORTRAIT_ORIENTATION;
|
||||||
|
|||||||
Reference in New Issue
Block a user