Diff of /trunk/src/appdata.h

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

revision 3 by achadwick, Wed Dec 10 00:00:05 2008 UTC revision 4 by harbaum, Wed Dec 10 19:50:17 2008 UTC
# Line 117  typedef struct appdata_s { Line 117  typedef struct appdata_s {
117    GtkWidget *menu_view;    GtkWidget *menu_view;
118    
119    GtkWidget *menu_osm;    GtkWidget *menu_osm;
120      GtkWidget *menu_item_osm_upload;
121      GtkWidget *menu_item_osm_diff;
122    
123    GtkWidget *menu_wms;    GtkWidget *menu_wms;
124    GtkWidget *menu_item_wms_clear;    GtkWidget *menu_item_wms_clear;
# Line 148  typedef struct appdata_s { Line 150  typedef struct appdata_s {
150  #include "map_edit.h"  #include "map_edit.h"
151  #include "josm_elemstyles.h"  #include "josm_elemstyles.h"
152  #include "style.h"  #include "style.h"
153    #include "net_io.h"
154    
155  #endif // APPDATA_H  #endif // APPDATA_H

Legend:
Removed from v.3  
changed lines
  Added in v.4