[EMAIL PROTECTED] writes: | Added: lyx-devel/trunk/src/support/ExceptionMessage.h | URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/support/ExceptionMessage.h?rev=16834 | ============================================================================== | --- lyx-devel/trunk/src/support/ExceptionMessage.h (added) | +++ lyx-devel/trunk/src/support/ExceptionMessage.h Wed Jan 24 16:49:20 2007 | @@ -1,0 +1,49 @@ | +// -*- C++ -*- | +/** | + * \file ExceptionMessage.h | + * This file is part of LyX, the document processor. | + * Licence details can be found in the file COPYING. | + * | + * \author Abdelrazak Younes | + * | + * Full author contact details are available in file CREDITS. | + * | + * A store of the paths to the various different directoies used | + * by LyX. These paths differ markedly from one OS to another, | + * following the local Windows, MacOS X or Posix conventions. | + */ | +#ifndef LYX_MESSAGE_H | +#define LYX_MESSAGE_H
Full name of header please. We already have something named very similar: messages.h -- Lgb