Mercurial > mplayer.hg
changeset 35977:3734172b4af6
Cosmetic: Rename ShowAboutBox() ShowAbout().
author | ib |
---|---|
date | Thu, 28 Mar 2013 17:02:47 +0000 |
parents | 6eaf7941b762 |
children | 6dfdebfa72b7 |
files | gui/dialog/about.c gui/dialog/about.h gui/dialog/dialog.c |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/dialog/about.c Thu Mar 28 16:52:56 2013 +0000 +++ b/gui/dialog/about.c Thu Mar 28 17:02:47 2013 +0000 @@ -28,7 +28,7 @@ GtkWidget * About = NULL; -void ShowAboutBox( void ) +void ShowAbout( void ) { if ( About ) gtkActive( About ); else About=create_About();