Small fix?

This commit is contained in:
QC 2014-05-18 00:12:05 +02:00
parent 4f1ab47b7d
commit 46728d9030
1 changed files with 1 additions and 1 deletions

View File

@ -1121,7 +1121,7 @@ MenuReturn menu ( char **lines, char **input, char *prompt, Time *time, int *shi
line * line_height + config.padding + ( ( config.wmode == HORIZONTAL ) ? 0 : LINE_MARGIN ), // y
element_width, // w
line_height, // h
config.menu_font, config.menu_fg, config.menu_bg, lines[i], NULL );
config.menu_font, config.menu_fg, config.menu_bg, "", NULL );
textbox_show ( boxes[i] );
}
// Arrows