Commit 21646c70 authored by Claes Sjofors's avatar Claes Sjofors

Help window previous topic bugfix

parent a1023d7e
......@@ -725,8 +725,8 @@ int NavHelp::get_previous_key( const char *help_key, navh_eHelpFile file_type, c
}
if ( !noprop) {
sts = get_next_key( help_key, navh_eHelpFile_Other,
include_file, strict, prev_key);
sts = get_previous_key( help_key, navh_eHelpFile_Other,
include_file, strict, prev_key);
if ( ODD(sts)) {
fclose( file);
return sts;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment