vlc | branch: master | Rafaël Carré <[email protected]> | Tue Oct 26 14:17:00 2010 +0200| [067da52ad566fe1036b48417beb2bfdbd92622c9] | committer: Rafaël Carré
typo > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=067da52ad566fe1036b48417beb2bfdbd92622c9 --- modules/gui/ncurses.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/gui/ncurses.c b/modules/gui/ncurses.c index ab5161e..75072c9 100644 --- a/modules/gui/ncurses.c +++ b/modules/gui/ncurses.c @@ -1333,7 +1333,7 @@ static void Redraw(intf_thread_t *p_intf, time_t *t_last_refresh) { DrawEmptyLine(p_sys->w, 7, 1, COLS-2); mvnprintw(7, 1, COLS-2, _("Find: %s"), *p_sys->psz_search_chain ? - p_sys->psz_search_chain : p_sys->psz_old_chain); + p_sys->psz_search_chain : p_sys->psz_old_search); } if (p_sys->i_box_type == BOX_OPEN) { _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
