Changeset 1066


Ignore:
Timestamp:
May 22, 2020, 5:12:14 AM (5 years ago)
Author:
Alex Taylor
Message:

Add prompt to restart the control program after modifying smb.conf.

Location:
branches/guitools-arcamap-2.5/evfsgui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/guitools-arcamap-2.5/evfsgui/evfsgui.vrx

    r1065 r1066  
    47714771        advanced.!smbconfchanged = 0
    47724772        ok = VRSet("PB_SMBCONF_UNDO","Enabled", 0)
     4773
     4774        stem.1 = NLVGetMessage( 156 )
     4775        stem.2 = ''
     4776        stem.3 = NLVGetMessage( 157 )
     4777        stem.0 = 3
     4778        btn.1 = NLVGetMessage( 6 )
     4779        btn.2 = NLVGetMessage( 7 )
     4780        btn.0 = 2
     4781        ok = VRMessageStem( VRWindow(), 'stem.', NLVGetMessage( 158 ), 'Q', 'btn.', 1, 2 )
     4782        IF ok == 1 THEN DO
     4783            call VRSet 'Main', 'Pointer', 'Wait'
     4784            CALL Menu_File_Daemon_Stop_Click
     4785            CALL SysSleep 2
     4786            CALL Menu_File_Daemon_Start_Click
     4787            call VRSet 'Main', 'Pointer', '<default>'
     4788        END
     4789
    47734790    end
    47744791return
  • branches/guitools-arcamap-2.5/evfsgui/rc/lang/evfsi_en.mkm

    r1063 r1066  
    165165EVG0154I: Ask ~Later
    166166EVG0155I: Protocol Compatibility
     167EVG0156I: The control program must be restarted for these changes to take effect. Restart it now?
     168EVG0157I: Note: This will interrupt any active LAN operations. Depending on your configuration, you may also need to remount your network drives afterwards.
     169EVG0158I: Restart Daemon
    167170
Note: See TracChangeset for help on using the changeset viewer.