/[pkg-mixmaster]/branches/mixmaster_2_9_STABLE/Mix/Src/menu.c
ViewVC logotype

Diff of /branches/mixmaster_2_9_STABLE/Mix/Src/menu.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 651 by weasel, Fri Nov 7 06:52:03 2003 UTC revision 652 by weasel, Fri Nov 7 07:44:16 2003 UTC
# Line 480  menu_redraw: Line 480  menu_redraw:
480    clear();    clear();
481    for (;;) {    for (;;) {
482      standout();      standout();
483      mvprintw(0, 0, "Mixmaster %s", VERSION);      mvprintw(0, 0, "Mixmaster %s (%s)", VERSION, SOURCE_REVISION);
484      mvprintw(0, COLS - sizeof(COPYRIGHT), COPYRIGHT);      mvprintw(0, COLS - sizeof(COPYRIGHT), COPYRIGHT);
485      standend();      standend();
486      mix_status(NULL);      mix_status(NULL);

Legend:
Removed from v.651  
changed lines
  Added in v.652

  ViewVC Help
Powered by ViewVC 1.1.5