← Back to team overview

kicad-developers team mailing list archive

[PATCH 08/14] CHECK: use HTML_MESSAGE_BOX instead of base

 

---
 pcbnew/dialogs/dialog_freeroute_exchange.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pcbnew/dialogs/dialog_freeroute_exchange.cpp b/pcbnew/dialogs/dialog_freeroute_exchange.cpp
index f84bd7e..6af87e2 100644
--- a/pcbnew/dialogs/dialog_freeroute_exchange.cpp
+++ b/pcbnew/dialogs/dialog_freeroute_exchange.cpp
@@ -35,7 +35,7 @@
 #include <macros.h>
 #include <class_board.h>
 
-#include <../common/dialogs/dialog_display_info_HTML_base.h>
+#include <html_messagebox.h>
 
 #include <dialog_freeroute_exchange.h>
 
@@ -86,7 +86,7 @@ const char * s_FreeRouteHelpInfo =
 
 void DIALOG_FREEROUTE::OnHelpButtonClick( wxCommandEvent& event )
 {
-    DIALOG_DISPLAY_HTML_TEXT_BASE help_Dlg( this, wxID_ANY,
+    HTML_MESSAGE_BOX help_Dlg( this, 
         _("Freeroute Help"),wxDefaultPosition, wxSize( 650,550 ) );
 
     wxString msg = FROM_UTF8(s_FreeRouteHelpInfo);

Follow ups

References