// Author: Julian Smart
// Modified by:
// Created: 10/5/2006 11:34:55 AM
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
bool wxRichTextStylePage::TransferDataToWindow()
{
wxPanel::TransferDataToWindow();
-
+
wxRichTextStyleDefinition* def = wxRichTextFormattingDialog::GetDialogStyleDefinition(this);
if (def)
{