--- np2/x11/gtk2/dialog_screen.c 2011/01/15 16:01:52 1.5 +++ np2/x11/gtk2/dialog_screen.c 2011/01/15 18:43:13 1.7 @@ -1,5 +1,3 @@ -/* $Id: dialog_screen.c,v 1.5 2011/01/15 16:01:52 monaka Exp $ */ - /* * Copyright (c) 2002-2003 NONAKA Kimihiro * All rights reserved. @@ -269,8 +267,8 @@ create_video_note(void) static GtkWidget* create_chip_note(void) { - static char *gdc_str[] = { "uPD7220", "uPD72020" }; - static char *gc_str[] = { "None", "GRCG", "GRCG+", "EGC" }; + static const char *gdc_str[] = { "uPD7220", "uPD72020" }; + static const char *gc_str[] = { "None", "GRCG", "GRCG+", "EGC" }; GtkWidget *main_widget; GtkWidget *gdc_frame; GtkWidget *gdc_hbox;