Changeset 770
- Timestamp:
- Apr 20, 2013, 7:18:23 PM (12 years ago)
- Location:
- trunk/guitools
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/evfsgui/changes
r765 r770 43 43 convert global settings and advanced connection options 44 44 from windows into notebook pages 45 * Changed: Removed %% in user credential string again 45 46 ! Fixed: Ticket #185 (create %ETC%/samba/pid and fix the EA of 46 47 %ETC%/samba/lock) … … 65 66 ! Fixed: Minimum size was too small (reported by Alex Taylor) 66 67 ! Fixed: Blanks in sharenames messed up everything (Ticket #202) 68 ! Fixed: Empty credential string test did not work properly on 4OS2 69 ! Fixed: Never add local link addresses and localhost to LMHosts file 70 (Ticket #200) 67 71 - Removed: Bottom button row 68 72 - Removed: View Menu -
trunk/guitools/smbmon/smbmon.vrp
r766 r770 8 8 VRXWindow: __VREMainWindow,1,2180,3614,1024,6769 9 9 VRXWindow: __VRESectionListWindow,1,4083,11226,7372,6589 10 VRXWindow: __VREToolsWindow,1,2156,1494,648 3,166710 VRXWindow: __VREToolsWindow,1,2156,1494,6489,1659 11 11 VRXWindow: __VREWindListWindow,1,964,11708,3132,3150 12 12 UserFile: 1 13 13 UserWindow: Main,1 14 14 UserWindow: SW_DAEMONS,1 15 UserWindow: SW_SETTINGS,1 -
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.