/* Add the Rasterize command to the Layers window menu, before the Properties command */
if ( ( nError = IN_AddMenuItem( IN_MENU_LAYERS_WINDOW, IN_CMD_UTIL_MERGE, IN_MENUITEM_ITEM, "315", IN_MENU_PSN_PREV ) ) != IN_SUCCESS )
{
ErrorHandler( nError, "Error message:" );
}