mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 19:20:33 +02:00
git-svn-id: trunk@34340 -
This commit is contained in:
parent
99f59d9279
commit
3f02801700
@ -126,7 +126,10 @@ var
|
||||
begin
|
||||
Result := '';
|
||||
P := GetCurrentPrinter;
|
||||
if P <> nil then Result := CFStringToStr(PMPrinterGetName(P));
|
||||
if P <> nil then
|
||||
Result := CFStringToStr(PMPrinterGetName(P));
|
||||
if Trim(Result) = '' then
|
||||
Result := '';
|
||||
end;
|
||||
|
||||
procedure TCarbonPrinter.BeginPage;
|
||||
|
Loading…
Reference in New Issue
Block a user