git-svn-id: https://svn.code.sf.net/p/freetel/code@804 01035d8c-6547-0410-b346-abe4f9...
authorwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 24 Oct 2012 15:30:04 +0000 (15:30 +0000)
committerwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 24 Oct 2012 15:30:04 +0000 (15:30 +0000)
fdmdv2/src/fdmdv2_main.cpp

index 9dc2ab0e2b525d4838e2b3cca9b32d76c2c28c95..ff849eab9a4d23c9d49196b41776eed67e57650a 100644 (file)
@@ -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);