]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Alert_pimpl.C
fix crash with "save as"
[lyx.git] / src / frontends / xforms / Alert_pimpl.C
index b39b983c48a53d7e5dbbc90f140032ba873fcfcf..294799c919e490953db2b59b1e13c291b43c3de9 100644 (file)
@@ -1,9 +1,11 @@
 /**
  * \file xforms/Alert_pimpl.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>
@@ -14,7 +16,7 @@
 
 #include "Alert.h"
 #include "Alert_pimpl.h"
-#include "xforms_helpers.h"
+#include "forms_gettext.h"
 #include "gettext.h"
 
 #include <algorithm>