This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Mixer: Fix "Help" menu item.
tags/non-daw-v1.1.0
Jonathan Moore Liles
15 years ago
parent
0d497243af
commit
f6554e9e4a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Mixer/Mixer.C
+ 1
- 1
Mixer/Mixer.C
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 );
Write
Preview
Loading…
Cancel
Save