Changeset 86 for trunk/gui/printer
- Timestamp:
- Jul 19, 2019, 1:44:57 AM (6 years ago)
- Location:
- trunk/gui/printer/cupswiz
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/printer/cupswiz/cupswiz.VRP
r84 r86 7 7 VRXWindow: __VREMainWindow,1,578,2746,5770,9106 8 8 VRXWindow: __VRESectionListWindow,1,723,11900,4529,3891 9 VRXWindow: __VREToolsWindow,1,1650,9973,547 4,16659 VRXWindow: __VREToolsWindow,1,1650,9973,5477,1667 10 10 VRXWindow: __VREWindListWindow,1,5191,11900,2650,3891 11 11 UserFile: 1 -
trunk/gui/printer/cupswiz/cupswiz.VRX
r84 r86 1359 1359 IF globals.!tmpdir == '' THEN 1360 1360 globals.!tmpdir = globals.!mydir 1361 globals.!tmpdir = STRIP( globals.!tmpdir, 'T', '\') 1361 1362 globals.!logdir = VALUE('LOGFILES',,'OS2ENVIRONMENT') 1362 1363 IF globals.!logdir == '' THEN 1363 1364 globals.!logdir = globals.!mydir 1365 globals.!logdir = STRIP( globals.!logdir, 'T', '\') 1364 1366 1365 1367 globals.!log1 = globals.!logdir'\cupswiz.l1' … … 2014 2016 CALL NLSSetText 'SW_ABOUT', 'Caption', 10 /* 10: Product Information */ 2015 2017 CALL NLSSetText 'DT_ABOUT1', 'Caption', 11 /* 11: eCups Printer Install Utility */ 2016 CALL NLSSetText 'DT_ABOUT2', 'Caption', 12, '1.1 8' /* 12: Version %1 */2018 CALL NLSSetText 'DT_ABOUT2', 'Caption', 12, '1.19' /* 12: Version %1 */ 2017 2019 CALL NLSSetText 'DT_ABOUT3', 'Caption', 13, '2010-2019' /* 13: (C) %1 Alex Taylor */ 2018 2020 CALL NLSSetText 'PB_ABOUT', 'Caption', 2 /* 10: Product Information */
Note:
See TracChangeset
for help on using the changeset viewer.