]> git.sesse.net Git - vlc/commitdiff
Add the compile information
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 25 Aug 2005 17:39:21 +0000 (17:39 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 25 Aug 2005 17:39:21 +0000 (17:39 +0000)
modules/gui/wxwidgets/interface.cpp

index 9a01ec2227c0bbe2c53e75e3a1fa74d5b0f67d59..f779c220dc9ef5ff9dcee1caf38e5746e86d7990 100644 (file)
@@ -863,6 +863,10 @@ void Interface::OnAbout( wxCommandEvent& WXUNUSED(event) )
     msg.Printf( wxString(wxT("VLC media player " PACKAGE_VERSION)) +
         wxU(_(" (wxWidgets interface)\n\n")) +
         wxU(_("(c) 1996-2005 - the VideoLAN Team\n\n")) +
+       wxU(_("Compiled by "))+ wxT(VLC_CompileBy())+ wxT("@") +
+       wxT(VLC_CompileHost())+ wxT(".")+ wxT(VLC_CompileDomain())+ wxT(".\n") +
+       wxU(_("Compiler: "))+ wxT(VLC_Compiler())+wxT( ".\n") +
+       wxU(_("Based on SVN revision: "))+wxT(VLC_Changeset())+wxT(".\n\n") +
 #ifdef __WXMSW__
         wxU( vlc_wraptext(INTF_ABOUT_MSG,WRAPCOUNT,VLC_TRUE) ) + wxT("\n\n") +
 #else