]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextformatdlg.h
Correct comment.
[wxWidgets.git] / include / wx / richtext / richtextformatdlg.h
index a2cf19be476bc1f721d8f9a47b4ce060ef5665bc..279231699e0882d08441075e58217894ade08f95 100644 (file)
@@ -173,10 +173,10 @@ public:
 
     /// Should we show tooltips?
     static bool ShowToolTips() { return sm_showToolTips; }
-    
+
     /// Determines whether tooltips will be shown
     static void SetShowToolTips(bool show) { sm_showToolTips = show; }
-    
+
     /// Map book control page index to our page id
     void AddPageId(int id) { m_pageIds.Add(id); }