mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
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:
parent
8fd9e5de46
commit
57f3258dde
@ -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());
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user