]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/input_validators.h
fix crash with "save as"
[lyx.git] / src / frontends / xforms / input_validators.h
index f15eaea7348564498cba4e17a12eba68c5b2f49c..a0412c34410ca4746b5d2dd06e86f2f48226fb6d 100644 (file)
@@ -1,11 +1,13 @@
 // -*- C++ -*-
 /**
  * \file input_validators.h
- * Copyright 2002 the LyX Team
  * Copyright 1999-2001 Allan Rae
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Allan Rae, rae@lyx.org
+ * \author Allan Rae
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 /* Input validators and filters for xforms.
@@ -17,7 +19,7 @@
 #ifndef INPUT_VALIDATORS_H
 #define INPUT_VALIDATORS_H
 
-#ifdef __GNUG_
+#ifdef __GNUG__
 #pragma interface
 #endif