From 57f3258dde3ea5e9d34e88a5db49c6ec6483580d Mon Sep 17 00:00:00 2001 From: John Levon Date: Fri, 31 May 2002 01:13:36 +0000 Subject: [PATCH] tiny doc improvement git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4307 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/Alert.h | 4 ++-- src/frontends/ChangeLog | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/frontends/Alert.h b/src/frontends/Alert.h index 450bc2daac..a057811286 100644 --- a/src/frontends/Alert.h +++ b/src/frontends/Alert.h @@ -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()); diff --git a/src/frontends/ChangeLog b/src/frontends/ChangeLog index 82dabe97d3..71ef133500 100644 --- a/src/frontends/ChangeLog +++ b/src/frontends/ChangeLog @@ -1,3 +1,7 @@ +2002-05-31 John Levon + + * Alert.h: better variable name + 2002-05-29 Lars Gullik Bjønnes * switch from SigC signals to boost::signals -- 2.39.2