|
|
|
@ -35,13 +35,19 @@ |
|
|
|
#include <kicommon.h> |
|
|
|
#include <wx/string.h> |
|
|
|
#include <wx/arrstr.h> |
|
|
|
//#include <wx/richmsgdlg.h> |
|
|
|
//#include <vector> |
|
|
|
//#include <functional> |
|
|
|
|
|
|
|
class wxWindow; |
|
|
|
|
|
|
|
|
|
|
|
#if defined( _WIN32 ) && wxCHECK_VERSION( 3, 3, 0 ) |
|
|
|
#define KICAD_MESSAGE_DIALOG_BASE wxGenericMessageDialog |
|
|
|
#define KICAD_RICH_MESSAGE_DIALOG_BASE wxGenericRichMessageDialog |
|
|
|
#else |
|
|
|
#define KICAD_MESSAGE_DIALOG_BASE wxMessageDialog |
|
|
|
#define KICAD_RICH_MESSAGE_DIALOG_BASE wxRichMessageDialog |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* Display a dialog indicating the file is already open, with an option to reset the lock. |
|
|
|
* @return true if the lock was reset. |
|
|
|
|