change app name and app class
[uwplayer.git] / application / main.h
index 3a8e3e8..b16f5ec 100644 (file)
@@ -29,6 +29,9 @@
 extern "C" {
 #endif
 
+#define APP_NAME "uwplayer"
+#define APP_CLASS "uwplayer"
+    
 XtAppContext* GetAppContext(void);
 
 void ApplicationExit(void);