]> git.sesse.net Git - vlc/blobdiff - plugins/win32/about.cpp
* ./AUTHORS: added myself :)
[vlc] / plugins / win32 / about.cpp
index d815adf2e11d91f758c023a68db3a83243818707..e3b9bfc659e20e988a1ccccc5e1903204f9f8858 100644 (file)
 //#pragma package(smart_init)\r
 #pragma resource "*.dfm"\r
 \r
+extern  struct intf_thread_s *p_intfGlobal;\r
+\r
 //---------------------------------------------------------------------------\r
 __fastcall TAboutDlg::TAboutDlg( TComponent* Owner )\r
         : TForm( Owner )\r
 {\r
+    Image1->Picture->Icon = p_intfGlobal->p_sys->p_window->Icon;\r
 }\r
 //---------------------------------------------------------------------------\r
 \r