Ignore:
Timestamp:
Apr 20, 2013, 7:18:23 PM (12 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: SMBMON 2.5 helpfile skeletaon for DE and EN, several minor things

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/guitools/smbmon/smbmon.vrx

    r766 r770  
    303303        ok = VRset("Main","Height",Height)
    304304    end
     305
    305306    ok = VRSet("Main",        "Font", Font.!Main)
    306307    ok = VRSet("DT_StatusBar","Font", Font.!Status)
     
    438439
    439440    NoMsgBox = VRGetIni( "Settings", "NoMsgBox", OurINI)
    440     if NoMsgBox = "" then NoMsgBox = 0
     441    if NoMsgBox = "" then NoMsgBox = 1
    441442
    442443    WPSStartStop = VRGetIni( "Settings", "WPSStartStop", OurINI)
    443     if WPSStartStop = "" then WPSStartStop = 0
     444    if WPSStartStop = "" then WPSStartStop = 1
    444445
    445446    options.!debug = VRGetIni( "Options", "Debug", OurINI)
     
    19671968*/
    19681969PB_Help_Click:
    1969     ok = VRMethod("Page_"CurrentPageNr, "InvokeHelp" )
     1970    ok = VRMethod("Main", "InvokeHelp" )
    19701971return
    19711972
Note: See TracChangeset for help on using the changeset viewer.