cancel_button     338 src/editor/spell.c     WButton *cancel_button;
cancel_button     354 src/editor/spell.c     cancel_button = button_new (11, 28, B_CANCEL, NORMAL_BUTTON, _ ("&Cancel"), 0);
cancel_button     355 src/editor/spell.c     cancel_len = button_get_len (cancel_button);
cancel_button     385 src/editor/spell.c     group_add_widget (g, cancel_button);
cancel_button     505 src/filemanager/layout.c     const char *cancel_button = N_ ("&Cancel");
cancel_button     529 src/filemanager/layout.c         cancel_button = _ (cancel_button);
cancel_button     549 src/filemanager/layout.c     b2 = str_term_width1 (cancel_button) + 3;
cancel_button     621 src/filemanager/layout.c         g, button_new (12, (width - b) / 2 + b1 + 1, B_CANCEL, NORMAL_BUTTON, cancel_button, 0));