Mercurial > ecos
comparison host/tools/configtool/standalone/wxwin/configtool.cpp @ 3276:53088a1817a7
* standalone/wxwin/standalone/wxwin/finddlg.cpp,
standalone/wxwin/msgdlgex.cpp,
standalone/wxwin/packagesdlg.cpp,
standalone/wxwin/packagesdlg.h,
standalone/wxwin/settingsdlg.cpp,
standalone/wxwin/templatesdlg.cpp: Eliminate deprecated wxWidgets
calls. [ Bugzilla 1001947 ]
* standalone/wxwin/mainwin.cpp, standalone/wxwin/configtool.cpp:
Update copyright strings.
| author | jld |
|---|---|
| date | Fri, 28 Feb 2014 09:47:26 +0000 |
| parents | 10a2004b0d31 |
| children | b340d0ab5dd3 |
comparison
equal
deleted
inserted
replaced
| 3275:5a5723396af5 | 3276:53088a1817a7 |
|---|---|
| 1 // ####ECOSHOSTGPLCOPYRIGHTBEGIN#### | 1 // ####ECOSHOSTGPLCOPYRIGHTBEGIN#### |
| 2 // ------------------------------------------- | 2 // ------------------------------------------- |
| 3 // This file is part of the eCos host tools. | 3 // This file is part of the eCos host tools. |
| 4 // Copyright (C) 1998, 1999, 2000, 2003, 2004, 2005, 2006, 2008, 2009, 2011, 2012, 2013 Free Software Foundation, Inc. | 4 // Copyright (C) 1998, 1999, 2000, 2003, 2004, 2005, 2006, 2008, 2009, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. |
| 5 // | 5 // |
| 6 // This program is free software; you can redistribute it and/or modify | 6 // This program is free software; you can redistribute it and/or modify |
| 7 // it under the terms of the GNU General Public License as published by | 7 // it under the terms of the GNU General Public License as published by |
| 8 // the Free Software Foundation; either version 2 or (at your option) any | 8 // the Free Software Foundation; either version 2 or (at your option) any |
| 9 // later version. | 9 // later version. |
| 282 { | 282 { |
| 283 #ifdef __WXGTK__ | 283 #ifdef __WXGTK__ |
| 284 wxLog::SetActiveTarget(new wxLogStderr); | 284 wxLog::SetActiveTarget(new wxLogStderr); |
| 285 #endif | 285 #endif |
| 286 wxString msg; | 286 wxString msg; |
| 287 msg.Printf(wxT("eCos Configuration Tool (c) Free Software Foundation, Inc., 1998-2013 Version %s, %s"), ecCONFIGURATION_TOOL_VERSION, __DATE__); | 287 msg.Printf(wxT("eCos Configuration Tool (c) Free Software Foundation, Inc., 1998-2014 Version %s, %s"), ecCONFIGURATION_TOOL_VERSION, __DATE__); |
| 288 wxLogMessage(msg); | 288 wxLogMessage(msg); |
| 289 return FALSE; | 289 return FALSE; |
| 290 } | 290 } |
| 291 | 291 |
| 292 /* | 292 /* |
