]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Alert.C
remove preamble dialog from the qt frontend
[lyx.git] / src / frontends / Alert.C
index e351d116bc970bda7dbc314b40a5e0223bb12757..dba128cabb4446102c0e9d05bb6dc9f26711dd52 100644 (file)
@@ -1,9 +1,11 @@
 /**
  * \file Alert.C
- * Copyright 2001 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author John Levon <moz@compsoc.man.ac.uk>
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
 
 #include <cerrno>
 
+#ifndef CXX_GLOBAL_CSTD
+using std::strerror;
+#endif
+
 using std::endl;
 using std::pair;
 using std::make_pair;