diff Gui/app.h @ 19110:08888397444e

marks several strings inside structs as const when they hold just read-only information and modifies GetLanguage in Gui/mplayer/gtk/menu.c to cope which the changes.
author reynaldo
date Sun, 16 Jul 2006 01:40:24 +0000
parents f9a939c204ad
children
line wrap: on
line diff
--- a/Gui/app.h	Sun Jul 16 01:24:42 2006 +0000
+++ b/Gui/app.h	Sun Jul 16 01:40:24 2006 +0000
@@ -94,7 +94,7 @@
 typedef struct
 {
  int    msg;
- char * name;
+ const char * name;
 } evName;
 
 extern int evBoxs;