X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fwin32%2Fabout.h;h=43cef14ec9f72f9bc212fce13cb3623f882d993b;hb=d94ba355536bda72175269fc82eaa9db8367f8a4;hp=f4141c5e3ba56a6beede16a820376569c0788126;hpb=71b4ea0ba477e11ea53f91fa246f9d1163ef7029;p=vlc diff --git a/plugins/win32/about.h b/plugins/win32/about.h index f4141c5e3b..43cef14ec9 100644 --- a/plugins/win32/about.h +++ b/plugins/win32/about.h @@ -28,33 +28,18 @@ #include #include #include +#include +#include //--------------------------------------------------------------------------- class TAboutDlg : public TForm { __published: // IDE-managed Components TLabel *Label1; TLabel *Label2; - TLabel *Label21; - TGroupBox *GroupBoxAuthors; - TLabel *Label3; TLabel *Label4; - TLabel *Label5; - TLabel *Label6; - TLabel *Label7; - TLabel *Label8; - TLabel *Label9; - TLabel *Label10; - TLabel *Label11; - TLabel *Label12; - TLabel *Label13; - TLabel *Label14; - TLabel *Label15; - TLabel *Label16; - TLabel *Label17; - TLabel *Label18; - TLabel *Label19; - TLabel *Label20; TBitBtn *BitBtnOk; + TLabel *Label3; + TImage *Image1; private: // User declarations public: // User declarations __fastcall TAboutDlg( TComponent* Owner );