From: Geoffroy Couprie Date: Wed, 18 Feb 2009 17:54:48 +0000 (+0100) Subject: WinCE intf: remove VLC_Changeset X-Git-Tag: 1.0.0-pre1~580 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=465ce16e5880de5bec69003f48469fd45a56be9f;p=vlc WinCE intf: remove VLC_Changeset --- diff --git a/modules/gui/wince/interface.cpp b/modules/gui/wince/interface.cpp index be5cc402ee..b97e766b16 100644 --- a/modules/gui/wince/interface.cpp +++ b/modules/gui/wince/interface.cpp @@ -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 \n" "http://www.videolan.org/");