Changeset 1066
- Timestamp:
- May 22, 2020, 5:12:14 AM (5 years ago)
- Location:
- branches/guitools-arcamap-2.5/evfsgui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-arcamap-2.5/evfsgui/evfsgui.vrx
r1065 r1066 4771 4771 advanced.!smbconfchanged = 0 4772 4772 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 4773 4790 end 4774 4791 return -
branches/guitools-arcamap-2.5/evfsgui/rc/lang/evfsi_en.mkm
r1063 r1066 165 165 EVG0154I: Ask ~Later 166 166 EVG0155I: Protocol Compatibility 167 EVG0156I: The control program must be restarted for these changes to take effect. Restart it now? 168 EVG0157I: Note: This will interrupt any active LAN operations. Depending on your configuration, you may also need to remount your network drives afterwards. 169 EVG0158I: Restart Daemon 167 170
Note:
See TracChangeset
for help on using the changeset viewer.