summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2011-02-15 19:38:59 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-02-15 19:38:59 +0200
commitbb79b19817e81dcb5e217d380a2a2f707e148f4c (patch)
tree4c8acaf9b059a3e414c6aee31793af5b41621ddb
parent8affafc2a8e0d569724f119941fec5c5e8633bfb (diff)
downloadmpv-bb79b19817e81dcb5e217d380a2a2f707e148f4c.tar.bz2
mpv-bb79b19817e81dcb5e217d380a2a2f707e148f4c.tar.xz
terminal output: change program name to "MPlayer2"
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 3e8d071a59..743a364065 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3961,7 +3961,7 @@ int i;
}
mpctx->key_fifo = mp_fifo_create(opts);
- print_version("MPlayer");
+ print_version("MPlayer2");
#if defined(__MINGW32__) || defined(__CYGWIN__)
{