projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
moved MGL initialization to earlier stage (crashes otherwise...) and implemented...
[wxWidgets.git]
/
include
/
wx
/
gtk
/
fontdlg.h
diff --git
a/include/wx/gtk/fontdlg.h
b/include/wx/gtk/fontdlg.h
index 2d4791628887c6c25bd4204e39081fd2b8cf59fe..d6f157bc71cb7bae20ae71a6a50ff55db3434cf1 100644
(file)
--- a/
include/wx/gtk/fontdlg.h
+++ b/
include/wx/gtk/fontdlg.h
@@
-2,10
+2,10
@@
// Name: fontdlgg.h
// Purpose: wxFontDialog
// Author: Robert Roebling
// Name: fontdlgg.h
// Purpose: wxFontDialog
// Author: Robert Roebling
-// Created:
+// Created:
// RCS-ID: $Id$
// Copyright: (c) Robert Roebling
// RCS-ID: $Id$
// Copyright: (c) Robert Roebling
-// Licence: wxWindows licence
+// Licence:
wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __GTK_FONTDLGH__
/////////////////////////////////////////////////////////////////////////////
#ifndef __GTK_FONTDLGH__
@@
-38,7
+38,7
@@
public:
wxFontDialog( wxWindow *parent, wxFontData *data = (wxFontData *) NULL );
~wxFontDialog();
wxFontDialog( wxWindow *parent, wxFontData *data = (wxFontData *) NULL );
~wxFontDialog();
-
inline
wxFontData& GetFontData() { return m_fontData; }
+ wxFontData& GetFontData() { return m_fontData; }
//protected:
wxFontData m_fontData;
//protected:
wxFontData m_fontData;