(note_mouse_highlight): Use build_string.
This commit is contained in:
parent
bf49275d6e
commit
9d2edb3739
1 changed files with 1 additions and 1 deletions
|
@ -22387,7 +22387,7 @@ note_mouse_highlight (f, x, y)
|
|||
if (part == ON_VERTICAL_BORDER)
|
||||
{
|
||||
cursor = FRAME_X_OUTPUT (f)->horizontal_drag_cursor;
|
||||
help_echo_string = make_string ("drag-mouse-1: resize", 20);
|
||||
help_echo_string = build_string ("drag-mouse-1: resize");
|
||||
}
|
||||
else if (part == ON_LEFT_FRINGE || part == ON_RIGHT_FRINGE
|
||||
|| part == ON_SCROLL_BAR)
|
||||
|
|
Loading…
Add table
Reference in a new issue