]> git.sesse.net Git - vlc/blobdiff - evc/vlc.c
* extras/contrib/src/ dvdnav packages
[vlc] / evc / vlc.c
index 12cd02b7be4f8085f094dfd9e16acf7222ee0606..4f6ba1585f3dd39af501457ffde4b941c1ff2ed4 100644 (file)
--- a/evc/vlc.c
+++ b/evc/vlc.c
@@ -2,7 +2,7 @@
  * vlc.c: the vlc player, WinCE version
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: vlc.c,v 1.5 2002/11/21 13:53:31 sam Exp $
+ * $Id: vlc.c,v 1.6 2004/01/24 21:06:52 hartman Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -88,7 +88,7 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
     RegisterClass(&wc);
 
     /* Print the version information */
-    sprintf( psz_title, "VideoLAN Client %s", VLC_Version() );
+    sprintf( psz_title, "VLC media player %s", VLC_Version() );
     MultiByteToWideChar( CP_ACP, 0, psz_title, -1, pwz_title, 100 );
 
     /* Create our nice window */