Mercurial > hg > xemacs-beta
comparison lwlib/lwlib-Xm.c @ 446:1ccc32a20af4 r21-2-38
Import from CVS: tag r21-2-38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:37:21 +0200 |
parents | abe6d1db359e |
children | 98528da0b7fc |
comparison
equal
deleted
inserted
replaced
445:34f3776fcf0e | 446:1ccc32a20af4 |
---|---|
217 if (type == XmPIXMAP) | 217 if (type == XmPIXMAP) |
218 return; | 218 return; |
219 | 219 |
220 if (val->value) | 220 if (val->value) |
221 { | 221 { |
222 /* #### Temporary fix. I though Motif was supposed to grok %_ | |
223 type things. */ | |
224 lw_remove_accelerator_spec (val->value); | |
225 | |
222 #ifdef LWLIB_DIALOGS_MOTIF | 226 #ifdef LWLIB_DIALOGS_MOTIF |
223 /* | 227 /* |
224 * Sigh. The main text of a label is the name field for menubar | 228 * Sigh. The main text of a label is the name field for menubar |
225 * entries. The value field is a possible additional field to be | 229 * entries. The value field is a possible additional field to be |
226 * concatenated on to the name field. HOWEVER, with dialog boxes | 230 * concatenated on to the name field. HOWEVER, with dialog boxes |