Diff of /trunk/src/josm_presets.h

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

revision 2 by achadwick, Wed Dec 10 00:00:05 2008 UTC revision 51 by harbaum, Thu Feb 5 20:08:46 2009 UTC
# Line 26  Line 26 
26  typedef enum {  typedef enum {
27    WIDGET_TYPE_LABEL = 0,    WIDGET_TYPE_LABEL = 0,
28    WIDGET_TYPE_SEPARATOR,    WIDGET_TYPE_SEPARATOR,
29      WIDGET_TYPE_SPACE,
30    WIDGET_TYPE_COMBO,    WIDGET_TYPE_COMBO,
31    WIDGET_TYPE_CHECK,    WIDGET_TYPE_CHECK,
32    WIDGET_TYPE_TEXT,    WIDGET_TYPE_TEXT,
# Line 72  typedef struct presets_widget_s { Line 73  typedef struct presets_widget_s {
73  } presets_widget_t;  } presets_widget_t;
74    
75  typedef struct presets_item_s {  typedef struct presets_item_s {
76    char *name, *icon;    char *name, *icon, *link;
77    gboolean is_group;    gboolean is_group;
78    
79    union {    union {

Legend:
Removed from v.2  
changed lines
  Added in v.51