pidgin/pidginstock.c

branch
cpw.qulogic.gtk3
changeset 32422
c215bc5d85e4
parent 29759
89d25a5185e9
child 32438
dc8991868906
equal deleted inserted replaced
32421:e3c0a56d62a6 32422:c215bc5d85e4
93 { PIDGIN_STOCK_EDIT, N_("_Edit"), 0, 0, NULL } 93 { PIDGIN_STOCK_EDIT, N_("_Edit"), 0, 0, NULL }
94 }; 94 };
95 95
96 typedef struct { 96 typedef struct {
97 const char *name; 97 const char *name;
98 const char *dir; 98 const char *dir;
99 const char *filename; 99 const char *filename;
100 gboolean microscopic; 100 gboolean microscopic;
101 gboolean extra_small; 101 gboolean extra_small;
102 gboolean small; 102 gboolean small;
103 gboolean medium; 103 gboolean medium;

mercurial