Changeset 2908
- Timestamp:
- Feb 4, 2018, 8:14:01 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/init.e ¶
r2843 r2908 163 163 compile endif 164 164 165 166 165 -- Include support for viewing the EPM User's guide in the Help menu. 167 166 compile if not defined(SUPPORT_USERS_GUIDE) … … 343 342 NepmdOpenConfig( nepmd_hini) 344 343 if rc then 345 sayerror ' Configuration repositorycould not be opened, rc = 'rc'.'344 sayerror 'Error: Configuration repository in NEPMD.INI could not be opened, rc = 'rc'.' 346 345 else 347 346 dprintf( 'DEFINIT', 'Current ini entry: 'queryprofile( HINI_USERPROFILE, 'EPM', 'EPMIniPath')) … … 389 388 NepmdInitConfig( nepmd_hini) 390 389 if rc then 391 sayerror ' Configuration repositorycould not be initialized, rc = 'rc'.'390 sayerror 'Error: Configuration repository in NEPMD.INI could not be initialized, rc = 'rc'.' 392 391 endif 393 392
Note:
See TracChangeset
for help on using the changeset viewer.