projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Borland has only lfind
[wxWidgets.git]
/
src
/
common
/
msgout.cpp
diff --git
a/src/common/msgout.cpp
b/src/common/msgout.cpp
index 618ace720ea3c7f3adb5820c1526271c527f9b1c..897414c21d9e0eaff738f7a3543eaad263b11b59 100644
(file)
--- a/
src/common/msgout.cpp
+++ b/
src/common/msgout.cpp
@@
-209,7
+209,7
@@
void wxMessageOutputLog::Output(const wxString& str)
// wxMessageOutputMessageBox
// ----------------------------------------------------------------------------
// wxMessageOutputMessageBox
// ----------------------------------------------------------------------------
-#if wxUSE_GUI
+#if wxUSE_GUI
&& wxUSE_MSGDLG
void wxMessageOutputMessageBox::Output(const wxString& str)
{
void wxMessageOutputMessageBox::Output(const wxString& str)
{
@@
-222,7
+222,7
@@
void wxMessageOutputMessageBox::Output(const wxString& str)
wxString title;
if ( wxTheApp )
wxString title;
if ( wxTheApp )
- title.Printf(_("%s message"), wxTheApp->GetAppName().c_str());
+ title.Printf(_("%s message"), wxTheApp->GetApp
Display
Name().c_str());
::wxMessageBox(out, title);
}
::wxMessageBox(out, title);
}