projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Set the m_isFrame flag corrcetly.
[wxWidgets.git]
/
src
/
motif
/
icon.cpp
diff --git
a/src/motif/icon.cpp
b/src/motif/icon.cpp
index fb9802ebfa21d8b886b2dd1c899fb1419f46129b..96905576b3364d0a4eb414ec09ed18a10af92c23 100644
(file)
--- a/
src/motif/icon.cpp
+++ b/
src/motif/icon.cpp
@@
-49,6
+49,11
@@
wxIcon::wxIcon(char **data)
(void) Create((void*) data, wxBITMAP_TYPE_XPM_DATA, 0, 0, 0);
}
(void) Create((void*) data, wxBITMAP_TYPE_XPM_DATA, 0, 0, 0);
}
+wxIcon::wxIcon(const char **data)
+{
+ (void) Create((void*) data, wxBITMAP_TYPE_XPM_DATA, 0, 0, 0);
+}
+
wxIcon::wxIcon(const wxString& icon_file, long flags,
int desiredWidth, int desiredHeight)
wxIcon::wxIcon(const wxString& icon_file, long flags,
int desiredWidth, int desiredHeight)