Changeset 770 for trunk/guitools/smbmon/smbmon.vrx
- Timestamp:
- Apr 20, 2013, 7:18:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/smbmon/smbmon.vrx
r766 r770 303 303 ok = VRset("Main","Height",Height) 304 304 end 305 305 306 ok = VRSet("Main", "Font", Font.!Main) 306 307 ok = VRSet("DT_StatusBar","Font", Font.!Status) … … 438 439 439 440 NoMsgBox = VRGetIni( "Settings", "NoMsgBox", OurINI) 440 if NoMsgBox = "" then NoMsgBox = 0441 if NoMsgBox = "" then NoMsgBox = 1 441 442 442 443 WPSStartStop = VRGetIni( "Settings", "WPSStartStop", OurINI) 443 if WPSStartStop = "" then WPSStartStop = 0444 if WPSStartStop = "" then WPSStartStop = 1 444 445 445 446 options.!debug = VRGetIni( "Options", "Debug", OurINI) … … 1967 1968 */ 1968 1969 PB_Help_Click: 1969 ok = VRMethod(" Page_"CurrentPageNr, "InvokeHelp" )1970 ok = VRMethod("Main", "InvokeHelp" ) 1970 1971 return 1971 1972
Note:
See TracChangeset
for help on using the changeset viewer.