From: drowe67 Date: Wed, 5 Dec 2012 00:37:25 +0000 (+0000) Subject: fix for File-Exit, works under Linux X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=30ea8a63dfc8f74e5649630bea04340336d8aec8;p=freetel-svn-tracking.git fix for File-Exit, works under Linux git-svn-id: https://svn.code.sf.net/p/freetel/code@1120 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/fdmdv2/src/topFrame.cpp b/fdmdv2/src/topFrame.cpp index 6d20da57..47c18c0b 100644 --- a/fdmdv2/src/topFrame.cpp +++ b/fdmdv2/src/topFrame.cpp @@ -42,7 +42,7 @@ TopFrame::TopFrame(wxWindow* parent, wxWindowID id, const wxString& title, const file = new wxMenu(); wxMenuItem* m_menuItemOnTop; - m_menuItemOnTop = new wxMenuItem(file, ID_EXIT, wxString(_("On Top")) , _("Always Top Window"), wxITEM_NORMAL); + m_menuItemOnTop = new wxMenuItem(file, wxID_ANY, wxString(_("On Top")) , _("Always Top Window"), wxITEM_NORMAL); file->Append(m_menuItemOnTop); wxMenuItem* m_menuItemExit;