[MPlayer-cvslog] r33651 - trunk/gui/ui/actions.h

ib subversion at mplayerhq.hu
Sun Jun 19 13:42:24 CEST 2011


Author: ib
Date: Sun Jun 19 13:42:24 2011
New Revision: 33651

Log:
Rename #include guard in gui/ui/actions.h.

The name of the file has changed.

Modified:
   trunk/gui/ui/actions.h

Modified: trunk/gui/ui/actions.h
==============================================================================
--- trunk/gui/ui/actions.h	Sun Jun 19 12:36:15 2011	(r33650)
+++ trunk/gui/ui/actions.h	Sun Jun 19 13:42:24 2011	(r33651)
@@ -16,8 +16,8 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#ifndef MPLAYER_GUI_PLAY_H
-#define MPLAYER_GUI_PLAY_H
+#ifndef MPLAYER_GUI_ACTIONS_H
+#define MPLAYER_GUI_ACTIONS_H
 
 extern int uiGotoTheNext;
 
@@ -35,4 +35,4 @@ void uiSetFileName(char *dir, char *name
 void uiState(void);
 void uiStop(void);
 
-#endif /* MPLAYER_GUI_PLAY_H */
+#endif /* MPLAYER_GUI_ACTIONS_H */


More information about the MPlayer-cvslog mailing list