projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
adaptions for m_peer
[wxWidgets.git]
/
src
/
motif
/
dialog.cpp
diff --git
a/src/motif/dialog.cpp
b/src/motif/dialog.cpp
index 28922a01dd74b943fa52d08a05bed13c6e937c64..55d0b2fbef99f9ad42b28fb9b4868893d5d9f09f 100644
(file)
--- a/
src/motif/dialog.cpp
+++ b/
src/motif/dialog.cpp
@@
-291,8
+291,8
@@
void wxDialog::SetTitle(const wxString& title)
bool wxDialog::Show( bool show )
{
- if( !wx
TopLevelWindowMotif
::Show( show ) )
- return
FALSE
;
+ if( !wx
WindowBase
::Show( show ) )
+ return
false
;
m_isShown = show;