[vlc-devel] commit: WinCE intf: remove VLC_Changeset (Geoffroy Couprie )
git version control
git at videolan.org
Thu Feb 19 01:41:06 CET 2009
vlc | branch: master | Geoffroy Couprie <geo.couprie at gmail.com> | Wed Feb 18 18:54:48 2009 +0100| [465ce16e5880de5bec69003f48469fd45a56be9f] | committer: Geoffroy Couprie
WinCE intf: remove VLC_Changeset
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=465ce16e5880de5bec69003f48469fd45a56be9f
---
modules/gui/wince/interface.cpp | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/modules/gui/wince/interface.cpp b/modules/gui/wince/interface.cpp
index be5cc40..b97e766 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 <videolan at videolan.org>\n"
"http://www.videolan.org/");
More information about the vlc-devel
mailing list