Mixer: Fix "Help" menu item.

pull/3/head
Jonathan Moore Liles 2010-01-31 21:26:12 -06:00
parent 0d497243af
commit f6554e9e4a
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ void Mixer::cb_menu(Fl_Widget* o) {
{
char *pat;
asprintf( &pat, "file://%s%s.html", DOCUMENT_PATH, "MANUAL.html" );
asprintf( &pat, "file://%s.html", DOCUMENT_PATH "/non-mixer/MANUAL" );
open_url( pat );