projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
making things compile and build again ...
[wxWidgets.git]
/
src
/
common
/
docview.cpp
diff --git
a/src/common/docview.cpp
b/src/common/docview.cpp
index 37f1f642644f4acaec9b2a5006c863035293a202..5c52d6059ac3a76839d467f6806775c05894c4bd 100644
(file)
--- a/
src/common/docview.cpp
+++ b/
src/common/docview.cpp
@@
-468,8
+468,8
@@
bool wxDocument::OnSaveModified()
wxString title = GetUserReadableName();
wxString msgTitle;
wxString title = GetUserReadableName();
wxString msgTitle;
- if (!wxTheApp->GetAppName().empty())
- msgTitle = wxTheApp->GetAppName();
+ if (!wxTheApp->GetApp
Display
Name().empty())
+ msgTitle = wxTheApp->GetApp
Display
Name();
else
msgTitle = wxString(_("Warning"));
else
msgTitle = wxString(_("Warning"));
@@
-577,8
+577,8
@@
void wxDocument::SetFilename(const wxString& filename, bool notifyViews)
bool wxDocument::DoSaveDocument(const wxString& file)
{
wxString msgTitle;
bool wxDocument::DoSaveDocument(const wxString& file)
{
wxString msgTitle;
- if (!wxTheApp->GetAppName().empty())
- msgTitle = wxTheApp->GetAppName();
+ if (!wxTheApp->GetApp
Display
Name().empty())
+ msgTitle = wxTheApp->GetApp
Display
Name();
else
msgTitle = wxString(_("File error"));
else
msgTitle = wxString(_("File error"));
@@
-1450,7
+1450,7
@@
wxString wxDocManager::MakeNewDocumentName()
// If docName is empty, a document is not currently active.
wxString wxDocManager::MakeFrameTitle(wxDocument* doc)
{
// If docName is empty, a document is not currently active.
wxString wxDocManager::MakeFrameTitle(wxDocument* doc)
{
- wxString appName = wxTheApp->GetAppName();
+ wxString appName = wxTheApp->GetApp
Display
Name();
wxString title;
if (!doc)
title = appName;
wxString title;
if (!doc)
title = appName;
@@
-1631,8
+1631,8
@@
wxDocTemplate *wxDocManager::SelectDocumentPath(wxDocTemplate **templates,
if (!wxFileExists(pathTmp))
{
wxString msgTitle;
if (!wxFileExists(pathTmp))
{
wxString msgTitle;
- if (!wxTheApp->GetAppName().empty())
- msgTitle = wxTheApp->GetAppName();
+ if (!wxTheApp->GetApp
Display
Name().empty())
+ msgTitle = wxTheApp->GetApp
Display
Name();
else
msgTitle = wxString(_("File error"));
else
msgTitle = wxString(_("File error"));