From 82118dc35edfbf9b6714e1e4e6b1823fc3205ff7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 5 Dec 2011 23:17:34 +0100 Subject: libvo: change default window title to "mplayer2" Also change the WM_CLASS "application class" string from "MPlayer" to "mplayer2". This string is visible as application name in Gnome 3. --- libvo/video_out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/video_out.c') diff --git a/libvo/video_out.c b/libvo/video_out.c index 8c2f551e4c..2333afcb80 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -560,7 +560,7 @@ const char *vo_get_window_title(struct vo *vo) if (vo->opts->vo_wintitle) { return vo->opts->vo_wintitle; } else { - return "MPlayer"; + return "mplayer2"; } } -- cgit v1.2.3