]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Alert.h
include sys/time.h
[lyx.git] / src / frontends / Alert.h
index 450bc2daacd010d41f662af9af0a462b3956010d..bd56b1a76e77c862162315678e6c791c2493581c 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  * \file Alert.h
- * 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
  */
 
 #ifndef LYX_ALERT_H
@@ -17,8 +19,8 @@
 namespace Alert {
 
 /// show an alert message
-void alert(string const & s1, string const & s2 = string(),
-          string const & s3 = string());
+void alert(string const & title, string const & s1 = string(),
+          string const & s2 = string());
 
 /// show an alert message and strerror(errno)
 void err_alert(string const & s1, string const & s2 = string());
@@ -38,4 +40,4 @@ askForText(string const & msg,
 
 }
 
-#endif
+#endif // LYX_ALERT_H