tiny doc improvement

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4307 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-05-31 01:13:36 +00:00
parent 8fd9e5de46
commit 57f3258dde
2 changed files with 6 additions and 2 deletions

View File

@ -17,8 +17,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());

View File

@ -1,3 +1,7 @@
2002-05-31 John Levon <moz@compsoc.man.ac.uk>
* Alert.h: better variable name
2002-05-29 Lars Gullik Bjønnes <larsbj@birdstep.com>
* switch from SigC signals to boost::signals