]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/help.cpp
We're on git now, so show Git commit instead of svn revision.
[vlc] / modules / gui / qt4 / dialogs / help.cpp
index 5f33c31e4a0cfd4755eac6724f18e6934450e3b4..e443e3076a50c170716dd039fd0708e0fe1fdc5b 100644 (file)
@@ -122,7 +122,7 @@ AboutDialog::AboutDialog( QWidget *parent, intf_thread_t *_p_intf)
             + qfu( VLC_CompileBy() )+ "@" + qfu( VLC_CompileHost() ) + "."
             + qfu( VLC_CompileDomain() ) + ".\n"
             + "Compiler: " + qfu( VLC_Compiler() ) + ".\n"
-            + qtr( "Based on SVN revision: " ) + qfu( VLC_Changeset() ) + ".\n"
+            + qtr( "Based on Git commit: " ) + qfu( VLC_Changeset() ) + ".\n"
             + qtr( "You are using the Qt4 Interface.\n\n" )
             + qtr( "Copyright (c) " COPYRIGHT_YEARS " by the VideoLAN Team.\n" )
             + "vlc@videolan.org, http://www.videolan.org" );