summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/about.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mplayer/gtk/about.h')
-rw-r--r--gui/mplayer/gtk/about.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/gui/mplayer/gtk/about.h b/gui/mplayer/gtk/about.h
index 9b8337c53e..155f71566e 100644
--- a/gui/mplayer/gtk/about.h
+++ b/gui/mplayer/gtk/about.h
@@ -1,6 +1,5 @@
-
-#ifndef GUI_ABOUT_H
-#define GUI_ABOUT_H
+#ifndef MPLAYER_GUI_ABOUT_H
+#define MPLAYER_GUI_ABOUT_H
#include <gtk/gtk.h>
@@ -9,4 +8,4 @@ extern GtkWidget * About;
extern GtkWidget * create_About( void );
extern void ShowAboutBox( void );
-#endif /* GUI_ABOUT_H */
+#endif /* MPLAYER_GUI_ABOUT_H */