home *** CD-ROM | disk | FTP | other *** search
- //
- // function name(s) : Language ressource file
- //
- // Version : 1.0
- // Last revision : may 17th, 1992
- // Author : Rémy Gendron
- //
- // Description : EasyVision has only 3 default prompts. To change
- // them, change the prompts and recompile this file.
- // Then, replace the language.obj file in the
- // EVISION.LIB librairy with the new one.
- //
- //
- // --------------------------------------------------------------------------
-
- char huge *helpwindowtitle = // Title for the 'F1' help window
-
- "Help" ;
-
-
- char huge *nohelptext = // Displayed when getkey doesn't get a
- // pointer to some help text
-
- "Sorry, but no help is available at this time !" ;
-
-
- char huge *filenotfoundtext = // Displayed by 'wintextfile' if file
- // is not found
- "File not found !" ;
-
-
-
- // --------------------------------------------------------------------------
-