XvhSetCatalogName(3X)
NAME
XvhSetCatalogName − Sets the message catalog file name to be used with xvhHelpDialogWidgetClass widgets.
SYNOPSIS
#include <Xvh/Xvh.h> void XvhSetCatalogName (catFile)
char *catFile;
DESCRIPTION
XvhSetCatalogName provides developers with a mechanism for setting the name of the message catalog to be used for supplying the help dialog widget’s labels, and error messages. Developers using the HP Help Developer’s Kit and shipping a localized version of their product must uniquely name there localized version of the Xvh.cat message catalog file, (e.g. <app-name>_Xvh.cat). This will ensure that they will not overwrite other products using the Help Developer’s Kit, and shipping their own version of the message catalog file.
catFileSpecifies the name of the message catalog file to use.
RETURN VALUE
Void.
RELATED INFORMATION
XvhQuickHelpDialog(3X), XvhHelpDialog(3X)
The HP Help Developer’s Guide
Hewlett-Packard Company — August 02, 1995