mirror of
https://abf.rosa.ru/djam/vlc-2.0.7.git
synced 2025-02-23 09:22:48 +00:00
13 lines
844 B
Diff
13 lines
844 B
Diff
diff -Nur vlc-1.1.5-orig/modules/gui/qt4/dialogs/help.cpp vlc-1.1.5/modules/gui/qt4/dialogs/help.cpp
|
|
--- vlc-1.1.5-orig/modules/gui/qt4/dialogs/help.cpp 2011-01-14 12:46:06.485861797 +0100
|
|
+++ vlc-1.1.5/modules/gui/qt4/dialogs/help.cpp 2011-01-14 12:49:00.302611676 +0100
|
|
@@ -117,8 +117,7 @@
|
|
"VLC uses its internal codecs and works on essentially every "
|
|
"popular platform.\n\n" )
|
|
+ qtr( "This version of VLC was compiled by:\n " )
|
|
- + qfu( VLC_CompileBy() )+ " on " + qfu( VLC_CompileHost() ) +
|
|
- + " ("__DATE__" "__TIME__").\n"
|
|
+ + "MIB by grissino ("__DATE__" "__TIME__").\n"
|
|
+ qtr( "Compiler: " ) + qfu( VLC_Compiler() ) + ".\n"
|
|
+ qtr( "You are using the Qt4 Interface.\n\n" )
|
|
+ qtr( "Copyright (C) " ) + COPYRIGHT_YEARS
|