projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Corrected typo in wxStringHashTable::Delete
[wxWidgets.git]
/
src
/
gtk
/
toplevel.cpp
diff --git
a/src/gtk/toplevel.cpp
b/src/gtk/toplevel.cpp
index 534759fca72e488ae3bfdf05fba230ba484c4375..591e545e7c929f900685459c02f39adccce304e7 100644
(file)
--- a/
src/gtk/toplevel.cpp
+++ b/
src/gtk/toplevel.cpp
@@
-298,7
+298,6
@@
void wxTopLevelWindowGTK::Init()
m_miniTitle = 0;
m_mainWidget = (GtkWidget*) NULL;
m_insertInClientArea = TRUE;
m_miniTitle = 0;
m_mainWidget = (GtkWidget*) NULL;
m_insertInClientArea = TRUE;
- m_isFrame = TRUE;
m_isIconized = FALSE;
m_fsIsShowing = FALSE;
m_themeEnabled = TRUE;
m_isIconized = FALSE;
m_fsIsShowing = FALSE;
m_themeEnabled = TRUE;