mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 20:50:40 +02:00
Components, Printers: fixed 'Select printer' dialog by replacing TNotebook component type with (correct) TPageControl one
git-svn-id: trunk@29593 -
This commit is contained in:
parent
615db58c74
commit
b35100dab3
@ -83,7 +83,7 @@ type
|
||||
labLocation: TLABEL;
|
||||
labState: TLABEL;
|
||||
edTimeTask: TEDIT;
|
||||
NbOpts: TNOTEBOOK;
|
||||
NbOpts: TPageControl;
|
||||
pgAdvance: TTabSheet;
|
||||
pgCopies: TTabSheet;
|
||||
BtnPanel: TPanel;
|
||||
|
Loading…
Reference in New Issue
Block a user