projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
pen and brush are platform neutral on osx
[wxWidgets.git]
/
src
/
common
/
fontmap.cpp
diff --git
a/src/common/fontmap.cpp
b/src/common/fontmap.cpp
index bae371637059d41f9ce56afa1d663130eb0e9a82..88f9add4233dbe7c6b0dc8d5c7d623d7b5b3371a 100644
(file)
--- a/
src/common/fontmap.cpp
+++ b/
src/common/fontmap.cpp
@@
-194,7
+194,7
@@
wxFontMapper::CharsetToEncoding(const wxString& charset, bool interactive)
// the dialog title
wxString title(m_titleDialog);
if ( !title )
// the dialog title
wxString title(m_titleDialog);
if ( !title )
- title << wxTheApp->GetAppName() << _(": unknown charset");
+ title << wxTheApp->GetApp
Display
Name() << _(": unknown charset");
// the message
wxString msg;
// the message
wxString msg;
@@
-408,7
+408,7
@@
bool wxFontMapper::GetAltForEncoding(wxFontEncoding encoding,
{
wxString title(m_titleDialog);
if ( !title )
{
wxString title(m_titleDialog);
if ( !title )
- title << wxTheApp->GetAppName() << _(": unknown encoding");
+ title << wxTheApp->GetApp
Display
Name() << _(": unknown encoding");
// built the message
wxString encDesc = GetEncodingDescription(encoding),
// built the message
wxString encDesc = GetEncodingDescription(encoding),