]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/help.cpp
qt4-correct several problems related to p_input (main input manager class)
[vlc] / modules / gui / qt4 / dialogs / help.cpp
index cc72ff74677806bd331c18772dff9167d98a1931..563edb100d6fefd0feedc29cd46582ec487732ad 100644 (file)
@@ -120,7 +120,6 @@ AboutDialog::AboutDialog( QWidget *parent, intf_thread_t *_p_intf)
             + qfu( VLC_CompileBy() )+ "@" + qfu( VLC_CompileHost() ) + "."
             + qfu( VLC_CompileDomain() ) + ".\n"
             + qtr( "Compiler: " ) + qfu( VLC_Compiler() ) + ".\n"
-            + qtr( "Based on Git commit: " ) + qfu( VLC_Changeset() ) + ".\n"
             + qtr( "You are using the Qt4 Interface.\n\n" )
             + qtr( "Copyright (C) " ) + COPYRIGHT_YEARS
             + qtr( " by the VideoLAN Team.\n" )