projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added wxCURSOR_ARROWWAIT which is the default arrow+hourglass cursor
[wxWidgets.git]
/
include
/
wx
/
os2
/
fontdlg.h
diff --git
a/include/wx/os2/fontdlg.h
b/include/wx/os2/fontdlg.h
index b13df60ddba601a03f0545c620844eaafa9a3cb0..510641744cd1b0d1ac3b03c39fd921c8908a4c8f 100644
(file)
--- a/
include/wx/os2/fontdlg.h
+++ b/
include/wx/os2/fontdlg.h
@@
-32,7
+32,7
@@
public:
int ShowModal();
wxFontData& GetFontData() { return m_fontData; }
-protected:
+
//EK
protected:
wxWindow* m_dialogParent;
wxFontData m_fontData;
};