Diff of /trunk/src/appdata.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 54 by harbaum, Fri Feb 6 12:06:30 2009 UTC revision 64 by harbaum, Mon Feb 9 13:23:17 2009 UTC
# Line 119  typedef struct appdata_s { Line 119  typedef struct appdata_s {
119    
120    GtkWidget *menu_osm;    GtkWidget *menu_osm;
121    GtkWidget *menu_item_osm_upload;    GtkWidget *menu_item_osm_upload;
122    GtkWidget *menu_item_osm_diff;    GtkWidget *menu_item_osm_undo;
123      GtkWidget *menu_item_osm_save_changes;
124    GtkWidget *menu_item_osm_undo_changes;    GtkWidget *menu_item_osm_undo_changes;
125    
126    GtkWidget *menu_wms;    GtkWidget *menu_wms;
# Line 159  typedef struct appdata_s { Line 160  typedef struct appdata_s {
160  #include "net_io.h"  #include "net_io.h"
161  #include "qnd_xml.h"  #include "qnd_xml.h"
162  #include "undo.h"  #include "undo.h"
163    #include "banner.h"
164    
165  #endif // APPDATA_H  #endif // APPDATA_H

Legend:
Removed from v.54  
changed lines
  Added in v.64