Diff for /np2/x11/gtk2/dialog_screen.c between versions 1.5 and 1.7

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

Removed from v.1.5  
changed lines
  Added in v.1.7


RetroPC.NET-CVS <cvs@retropc.net>