[MPlayer-dev-eng] [PATCH] windows gui about box

Diego Biurrun diego at biurrun.de
Sun Aug 28 22:48:19 CEST 2011


On Sun, Aug 28, 2011 at 07:42:51PM +0000, Stephen Sheldon wrote:
> The windows gui does not have an about box.  The messages are defined, but not
> handled.  There is even code to draw the about box.  I wanted to see the
> mplayer version, so I changed the string to be displayed from COPYRIGHT to
> MP_TITLE, which has a more generic and up-to-date copyright statement.
> 
> --- gui/win32/gui.c	(revision 34026)
> +++ gui/win32/gui.c	(working copy)
> @@ -202,7 +209,7 @@
>              display_eqwindow(gui);
>              break;
>          case evAbout:
> -            MessageBox(hWnd, COPYRIGHT, "About", MB_OK);
> +	    display_about_box(hWnd);

tab

> @@ -989,6 +996,9 @@
> +		case IDHELP_ABOUT:
> +		    handlemsg(hWnd, evAbout);
> +		    break;

tabs

Diego


More information about the MPlayer-dev-eng mailing list