diff options
-rw-r--r-- | Bus/IvyProbe/IvyProbeDlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bus/IvyProbe/IvyProbeDlg.h b/Bus/IvyProbe/IvyProbeDlg.h index 953d403..bd6c941 100644 --- a/Bus/IvyProbe/IvyProbeDlg.h +++ b/Bus/IvyProbe/IvyProbeDlg.h @@ -21,12 +21,12 @@ public: CTestDlg(CWnd* pParent = NULL); // standard constructor
DECLARE_LAYOUT();
+ CHistoryEdit m_text;
// Dialog Data
//{{AFX_DATA(CTestDlg)
enum { IDD = IDD_TEST_DIALOG };
CComboBox m_expr;
CComboBox m_msg;
- CEdit m_text;
CSliderCtrl m_slider7;
CSliderCtrl m_slider6;
CSliderCtrl m_slider5;
@@ -46,7 +46,7 @@ public: // Implementation
protected:
- void WriteMessage(const CString & text);
+ void WriteMessage(LPCTSTR format, ...);
void OnApplicationConnected( IvyApplication *app );
void OnApplicationDisconnected( IvyApplication *app );
void OnDirectMessage( IvyApplication *app, int id, const char *arg );
|