]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/interface.cpp
We're on git now, so show Git commit instead of svn revision.
[vlc] / modules / gui / wxwidgets / interface.cpp
index 716607b8139382c3f0995ba349c3b9cdc17435ee..6485c9a2b5bf0d774faf9f5ee00edba4add95030 100644 (file)
@@ -958,7 +958,7 @@ void Interface::OnAbout( wxCommandEvent& WXUNUSED(event) )
        wxU(_("Compiled by "))+ wxU(VLC_CompileBy())+ wxU("@") +
        wxU(VLC_CompileHost())+ wxT(".")+ wxU(VLC_CompileDomain())+ wxT(".\n") +
        wxU(_("Compiler: "))+ wxU(VLC_Compiler())+wxT( ".\n") +
-       wxU(_("Based on SVN revision: "))+wxU(VLC_Changeset())+wxT(".\n\n") +
+       wxU(_("Based on Git commit: "))+wxU(VLC_Changeset())+wxT(".\n\n") +
 #ifdef __WXMSW__
         wxU( vlc_wraptext(LICENSE_MSG,WRAPCOUNT) ) + wxT("\n\n") +
 #else