some people disliked the asterisks in wxDebugReport dialog, removed (patch 1491869)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -562,10 +562,10 @@ bool wxDebugReport::Process()
|
|||||||
|
|
||||||
bool wxDebugReport::DoProcess()
|
bool wxDebugReport::DoProcess()
|
||||||
{
|
{
|
||||||
wxString msg = _("*** A debug report has been generated\n");
|
wxString msg(_("A debug report has been generated. It can be found in"));
|
||||||
msg += wxString::Format(_("*** It can be found in \"%s\"\n"),
|
msg << _T("\n")
|
||||||
GetDirectory().c_str());
|
_T("\t") << GetDirectory() << _T("\n\n")
|
||||||
msg += _("*** And includes the following files:\n");
|
<< _("And includes the following files:\n");
|
||||||
|
|
||||||
wxString name, desc;
|
wxString name, desc;
|
||||||
const size_t count = GetFilesCount();
|
const size_t count = GetFilesCount();
|
||||||
|
Reference in New Issue
Block a user