Changeset 330
- Timestamp:
- Sep 9, 2009, 5:37:04 PM (16 years ago)
- Location:
- branches/guitools-2.0/evfsgui
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-2.0/evfsgui/changes
r328 r330 43 43 - Changed: Redesigned mount dialog 44 44 - Changed: Redesigned login dialog 45 - Changed: Clarified message about multiple connections 45 46 - Fixed: Loading a profile presented the user a half drawn window 46 - Fixed: Startup code if no evfsgui.ini is present47 - Fixed: Startup code was broken if no evfsgui.ini is present 47 48 - Fixed: CltInit uses smbclient.exe instead of smbd.exe to find Samba binaries 48 49 - Fixed: Message queue during resize isn't cleared (no flashing during resize) … … 56 57 - Fixed: Password display broken on double connection warning 57 58 - Fixed: Detect more printers 59 - Fixed: Confirmation of removal of a single connection was missing 60 - Fixed: Dropdown combobox in mount dialog was readonly 58 61 59 62 ToDo: -
branches/guitools-2.0/evfsgui/evfsgui.VRP
r328 r330 8 8 VRXWindow: __VREMainWindow,1,530,2457,879,4071 9 9 VRXWindow: __VRESectionListWindow,1,337,11708,11623,3686 10 VRXWindow: __VREToolsWindow,1,518,530,69 84,166310 VRXWindow: __VREToolsWindow,1,518,530,6993,1669 11 11 VRXWindow: __VREWindListWindow,1,482,7661,2650,3150 12 12 UserFile: 1 13 UserWindow: SW_LOGIN,1 13 UserWindow: Main,1 14 UserWindow: SW_MOUNTPOINT,1 -
branches/guitools-2.0/evfsgui/evfsgui.VRX
r328 r330 1413 1413 mpidx = VRMethod('CN_CONDET', "GetFieldData", selrec.I, cd.mpidxfh) 1414 1414 if mpidx = 1 then do 1415 btns.0 = 2 1416 btns.1 = NLVGetMessage( 6 ) 1417 btns.2 = NLVGetMessage( 7 ) 1418 confirm = VRMessage('Main', NLVGetMessage( 72, mountpoint ), NLVGetMessage( 8 ), 'Q', 'btns.', 1, 2 ) 1419 IF confirm \= 1 THEN RETURN 1420 1415 1421 dyn ="ok = "fs.!prefix"RxUnmount( mountpoint, mpidx )" 1416 1422 IF options.!debug == 1 THEN SAY time()' '||dyn … … 1840 1846 CALL NLVSetText 'Menu_File_LOAD', 'Caption', 31 1841 1847 CALL NLVSetText 'Menu_File_SETTINGS', 'Caption', 47 1842 CALL NLVSetText 'Menu_File_ADVANCED', 'Caption', 241848 CALL NLVSetText 'Menu_File_ADVANCED', 'Caption', 40 1843 1849 1844 1850 CALL NLVSetText 'Menu_Selected_Connect', 'Caption', 28 -
branches/guitools-2.0/evfsgui/evfsi_de.mkm
r328 r330 62 62 EVG0055I: Profildatei ffnen 63 63 EVG0056I: Die Datei %1 konnte nicht geffnet werden. 64 EVG0057I: Die Verbindung(en) auf%1 trennen?64 EVG0057I: Die Verbindung(en) zu %1 trennen? 65 65 EVG0058I: Alle Verbindungen zu %1 werden auch getrennt. Dieses Laufwerk abhngen? 66 66 EVG0059I: EVFS Netzwerkverbindungen starten … … 76 76 EVG0069I: R/W 77 77 EVG0070I: Groáe Symbole 78 EVG0071I: Mehrfachverbindung, e ntfernen nicht mglich!79 EVG0072 ?:78 EVG0071I: Mehrfachverbindung, einzeln trennen nicht mglich! 79 EVG0072I: Die Verbindung von %1 zu %2 trennen? 80 80 EVG0073?: 81 81 EVG0074?: -
branches/guitools-2.0/evfsgui/evfsi_en.mkm
r328 r330 76 76 EVG0069I: R/W 77 77 EVG0070I: Large icons 78 EVG0071I: Multiple connections, cannot remove !79 EVG0072 ?:78 EVG0071I: Multiple connections, cannot remove only one! 79 EVG0072I: Really unmount %1 connected to %2? 80 80 EVG0073?: 81 81 EVG0074?:
Note:
See TracChangeset
for help on using the changeset viewer.