diff gui/win32/gui.h @ 36053:7affacef2f88

Define "MPlayer" string.
author ib
date Thu, 04 Apr 2013 11:47:39 +0000
parents baf53d200292
children 84c93a60ead3
line wrap: on
line diff
--- a/gui/win32/gui.h	Thu Apr 04 10:53:20 2013 +0000
+++ b/gui/win32/gui.h	Thu Apr 04 11:47:39 2013 +0000
@@ -30,6 +30,9 @@
 #include "skinload.h"
 #include "playlist.h"
 
+/* Name of the program the GUI utilizes */
+#define MPlayer "MPlayer"
+
 extern float video_aspect;
 extern play_tree_t* playtree;
 extern int video_window;