Changeset 770


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

Location:
trunk/guitools
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/guitools/evfsgui/changes

    r765 r770  
    4343           convert global settings and advanced connection options
    4444           from windows into notebook pages
     45* Changed: Removed %% in user credential string again
    4546! Fixed: Ticket #185 (create %ETC%/samba/pid and fix the EA of
    4647         %ETC%/samba/lock)
     
    6566! Fixed: Minimum size was too small (reported by Alex Taylor)
    6667! 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)
    6771- Removed: Bottom button row
    6872- Removed: View Menu
  • trunk/guitools/smbmon/smbmon.vrp

    r766 r770  
    88VRXWindow: __VREMainWindow,1,2180,3614,1024,6769
    99VRXWindow: __VRESectionListWindow,1,4083,11226,7372,6589
    10 VRXWindow: __VREToolsWindow,1,2156,1494,6483,1667
     10VRXWindow: __VREToolsWindow,1,2156,1494,6489,1659
    1111VRXWindow: __VREWindListWindow,1,964,11708,3132,3150
    1212UserFile: 1
    1313UserWindow: Main,1
    1414UserWindow: SW_DAEMONS,1
     15UserWindow: SW_SETTINGS,1
  • 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.