[MPlayer-cvslog] r36071 - in trunk/gui/dialog: about.c about.h dialog.c
ib
subversion at mplayerhq.hu
Thu Mar 28 18:02:47 CET 2013
Author: ib
Date: Thu Mar 28 18:02:47 2013
New Revision: 36071
Log:
Cosmetic: Rename ShowAboutBox() ShowAbout().
Modified:
trunk/gui/dialog/about.c
trunk/gui/dialog/about.h
trunk/gui/dialog/dialog.c
Modified: trunk/gui/dialog/about.c
==============================================================================
--- trunk/gui/dialog/about.c Thu Mar 28 17:52:56 2013 (r36070)
+++ trunk/gui/dialog/about.c Thu Mar 28 18:02:47 2013 (r36071)
@@ -28,7 +28,7 @@
GtkWidget * About = NULL;
-void ShowAboutBox( void )
+void ShowAbout( void )
{
if ( About ) gtkActive( About );
else About=create_About();
Modified: trunk/gui/dialog/about.h
==============================================================================
--- trunk/gui/dialog/about.h Thu Mar 28 17:52:56 2013 (r36070)
+++ trunk/gui/dialog/about.h Thu Mar 28 18:02:47 2013 (r36071)
@@ -24,6 +24,6 @@
extern GtkWidget * About;
GtkWidget * create_About( void );
-void ShowAboutBox( void );
+void ShowAbout( void );
#endif /* MPLAYER_GUI_ABOUT_H */
Modified: trunk/gui/dialog/dialog.c
==============================================================================
--- trunk/gui/dialog/dialog.c Thu Mar 28 17:52:56 2013 (r36070)
+++ trunk/gui/dialog/dialog.c Thu Mar 28 18:02:47 2013 (r36071)
@@ -340,7 +340,7 @@ void gtkShow(int type, char *param)
break;
case evAbout:
- ShowAboutBox();
+ ShowAbout();
gtkSetLayer(About);
break;
More information about the MPlayer-cvslog
mailing list