kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #26627
[PATCH 07/14] CHECK: use HTML_MESSAGE_BOX instead of base
---
eeschema/pinedit.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eeschema/pinedit.cpp b/eeschema/pinedit.cpp
index 30b4d99..4b328c7 100644
--- a/eeschema/pinedit.cpp
+++ b/eeschema/pinedit.cpp
@@ -42,7 +42,7 @@
#include <lib_pin.h>
#include <general.h>
-#include <../common/dialogs/dialog_display_info_HTML_base.h>
+#include <html_messagebox.h>
#include <dialog_lib_edit_pin.h>
@@ -677,7 +677,7 @@ void LIB_EDIT_FRAME::OnCheckComponent( wxCommandEvent& event )
sort( pinList.begin(), pinList.end(), sort_by_pin_number );
// Test for duplicates:
- DIALOG_DISPLAY_HTML_TEXT_BASE error_display( this, wxID_ANY,
+ HTML_MESSAGE_BOX error_display( this,
_( "Marker Information" ),
wxDefaultPosition,
wxSize( 750, 600 ) );
Follow ups
References