From: wittend99 Date: Wed, 24 Oct 2012 15:30:04 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@804 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=abca27722963e4f853b12d38ccd2aeda4b535d11;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@804 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/fdmdv2/src/fdmdv2_main.cpp b/fdmdv2/src/fdmdv2_main.cpp index 9dc2ab0e..ff849eab 100644 --- a/fdmdv2/src/fdmdv2_main.cpp +++ b/fdmdv2/src/fdmdv2_main.cpp @@ -153,7 +153,7 @@ MainFrame::MainFrame(wxWindow *parent) : TopFrame(parent) m_panelTimeOffset = new PlotScalar((wxFrame*) m_auiNbookCtrl); m_auiNbookCtrl->AddPage(m_panelTimeOffset, L"Timing \u0394", true, wxNullBitmap); } - if(wxGetApp().m_show_freq ) + if(wxGetApp().m_show_freq) { // Add Frequency Offset window m_panelFreqOffset = new PlotScalar((wxFrame*) m_auiNbookCtrl);