]> git.sesse.net Git - vlc/commitdiff
one day, the new qt4 interface will not be new anymore. be prevenant
authorRafaël Carré <funman@videolan.org>
Sun, 20 Jan 2008 19:33:22 +0000 (19:33 +0000)
committerRafaël Carré <funman@videolan.org>
Sun, 20 Jan 2008 19:33:22 +0000 (19:33 +0000)
modules/gui/qt4/dialogs/help.cpp

index ba79a8a2e81247665bac8d1179a6d3b7d793b7b6..3f2403257ab0a99ad30dd8d8d87fad8c9b6d97b3 100644 (file)
@@ -110,7 +110,7 @@ AboutDialog::AboutDialog( intf_thread_t *_p_intf) :  QVLCFrame( _p_intf )
                  "encoder and streamer, that can read from many supports "
                  "(files, CDs, DVDs, networks, capture cards...) and that "
                  "works on many platforms.\n\n" )
-            + qtr( "You are using the new Qt4 Interface.\n" )
+            + qtr( "You are using the Qt4 Interface.\n" )
             + qtr( "Compiled by " ) + qfu( VLC_CompileBy() )+ "@"
             + qfu( VLC_CompileHost() ) + "."
             + qfu( VLC_CompileDomain() ) + ".\n"