Mercurial > hg > xemacs-beta
comparison src/menubar-x.c @ 444:576fb035e263 r21-2-37
Import from CVS: tag r21-2-37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:36:19 +0200 |
parents | abe6d1db359e |
children | 1ccc32a20af4 |
comparison
equal
deleted
inserted
replaced
443:a8296e22da4e | 444:576fb035e263 |
---|---|
249 title_wv->type = TEXT_TYPE; | 249 title_wv->type = TEXT_TYPE; |
250 title_wv->name = xstrdup (wv->name); | 250 title_wv->name = xstrdup (wv->name); |
251 title_wv->enabled = 1; | 251 title_wv->enabled = 1; |
252 title_wv->next = sep_wv; | 252 title_wv->next = sep_wv; |
253 sep_wv->type = SEPARATOR_TYPE; | 253 sep_wv->type = SEPARATOR_TYPE; |
254 sep_wv->value = menu_separator_style_and_to_external ("=="); | 254 sep_wv->value = menu_separator_style_and_to_external ((Bufbyte *) "=="); |
255 sep_wv->next = 0; | 255 sep_wv->next = 0; |
256 | 256 |
257 wv->contents = title_wv; | 257 wv->contents = title_wv; |
258 prev = sep_wv; | 258 prev = sep_wv; |
259 } | 259 } |