Mercurial > ecos
diff host/tools/configtool/standalone/wxwin/configtool.cpp @ 3004:29b1ad0ac76d
* standalone/wxwin/configitem.cpp: Escape newline chars in CDL values for
display and in-cell editing. [ Bugzilla 1001144 ]
* standalone/wxwin/mainwin.cpp, standalone/wxwin/configtool.cpp: Update
copyright strings.
| author | jld |
|---|---|
| date | Mon, 07 Feb 2011 12:44:34 +0000 |
| parents | e14d4c233d66 |
| children | c40674be6da8 |
line wrap: on
line diff
--- a/host/tools/configtool/standalone/wxwin/configtool.cpp +++ b/host/tools/configtool/standalone/wxwin/configtool.cpp @@ -1,7 +1,7 @@ // ####ECOSHOSTGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of the eCos host tools. -// Copyright (C) 1998, 1999, 2000, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 1998, 1999, 2000, 2003, 2004, 2005, 2006, 2008, 2009, 2011 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -284,7 +284,7 @@ bool ecApp::OnInit() wxLog::SetActiveTarget(new wxLogStderr); #endif wxString msg; - msg.Printf(wxT("eCos Configuration Tool (c) Free Software Foundation, Inc., 1998-2009 Version %s, %s"), ecCONFIGURATION_TOOL_VERSION, __DATE__); + msg.Printf(wxT("eCos Configuration Tool (c) Free Software Foundation, Inc., 1998-2011 Version %s, %s"), ecCONFIGURATION_TOOL_VERSION, __DATE__); wxLogMessage(msg); return FALSE; }
