]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextfontpage.h
fix iconize event detection, logical operators don't work for testing bits
[wxWidgets.git] / include / wx / richtext / richtextfontpage.h
index c7ac90cd2e20e595254ef1162bbb9503dfc933a0..b43f5f2caf427ce843473341621588aa1bb7c98f 100644 (file)
@@ -35,7 +35,7 @@ class wxRichTextFontPreviewCtrl;
 
 ////@begin control identifiers
 #define SYMBOL_WXRICHTEXTFONTPAGE_STYLE wxTAB_TRAVERSAL
-#define SYMBOL_WXRICHTEXTFONTPAGE_TITLE _T("")
+#define SYMBOL_WXRICHTEXTFONTPAGE_TITLE wxT("")
 #define SYMBOL_WXRICHTEXTFONTPAGE_IDNAME ID_RICHTEXTFONTPAGE
 #define SYMBOL_WXRICHTEXTFONTPAGE_SIZE wxSize(200, 100)
 #define SYMBOL_WXRICHTEXTFONTPAGE_POSITION wxDefaultPosition
@@ -75,7 +75,7 @@ public:
     void OnColourClicked( wxCommandEvent& event );
 
     /// Gets the attributes associated with the main formatting dialog
-    wxTextAttr* GetAttributes();
+    wxRichTextAttr* GetAttributes();
 
 ////@begin wxRichTextFontPage event handler declarations