]> git.sesse.net Git - vlc/commitdiff
WinCE intf: remove VLC_Changeset
authorGeoffroy Couprie <geo.couprie@gmail.com>
Wed, 18 Feb 2009 17:54:48 +0000 (18:54 +0100)
committerGeoffroy Couprie <geo.couprie@gmail.com>
Thu, 19 Feb 2009 00:39:12 +0000 (01:39 +0100)
modules/gui/wince/interface.cpp

index be5cc402eed1a4f10fa314270fe104668ba4ca29..b97e766b1679ad9799a21246b86f0e5e6dff2158 100644 (file)
@@ -507,8 +507,7 @@ LRESULT Interface::WndProc( HWND hwnd, UINT msg, WPARAM wp, LPARAM lp )
                 _("(c) 1996-2008 - the VideoLAN Team\n\n") +
                 _("Compiled by ") + VLC_CompileBy() + "@" +
                 VLC_CompileHost() + "." + VLC_CompileDomain() + ".\n" +
-                _("Compiler: ") + VLC_Compiler() + ".\n" +
-                _("Based on Git commit: ") + VLC_Changeset() + ".\n\n" +
+                _("Compiler: ") + VLC_Compiler() + ".\n\n" +
                 _("The VideoLAN team <videolan@videolan.org>\n"
                   "http://www.videolan.org/");