From e4075153def021c3405accb19ffcdc3247d98807 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 2 Dec 2001 18:55:35 +0000 Subject: Comments and so... --- lib/Output.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Output.cc') diff --git a/lib/Output.cc b/lib/Output.cc index 9e7437f..3f755ef 100644 --- a/lib/Output.cc +++ b/lib/Output.cc @@ -14,7 +14,7 @@ Output::Output(String no, int trunc = 1) throw (GeneralException) : Handle(no.strlen() ? open(no.to_charp(), O_WRONLY | O_CREAT | (trunc ? O_TRUNC : O_APPEND)) : 1), n(no) { if (GetHandle() < 0) { - throw IOGeneral(String("Error opening file") + no + " for writing: " + strerror(errno)); + throw IOGeneral(String(_("Error opening file")) + no + _(" for writing: ") + strerror(errno)); } } -- cgit v1.2.3