Ignore:
Timestamp:
Jun 27, 2009, 2:10:27 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

GUI tools: smbmon Version 0.9.25

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/guitools-1.0/shared/nlv.vrs

    r269 r288  
    121121    end
    122122
     123    /* In case the message file exists but not the help file */
     124    if STREAM( settings.!helpfile , 'C', 'QUERY EXISTS') = "" then do
     125        settings.!helpfile = execDir'\'filestem||'en.hlp'
     126    end
     127
    123128    IF options.!debug == 1 THEN SAY '  NLVMessageFile = "'settings.!messages'"'
    124129    IF options.!debug == 1 THEN SAY '  NLVHelpFile    = "'settings.!helpfile'"'
Note: See TracChangeset for help on using the changeset viewer.