From: <st...@us...> - 2003-06-17 23:10:01
|
Update of /cvsroot/iaxclient/iaxclient/simpleclient/wx In directory sc8-pr-cvs1:/tmp/cvs-serv9762 Modified Files: wx.cc Log Message: show file menu on Mac (for register, but not quit). Index: wx.cc =================================================================== RCS file: /cvsroot/iaxclient/iaxclient/simpleclient/wx/wx.cc,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- wx.cc 17 Jun 2003 22:53:28 -0000 1.31 +++ wx.cc 17 Jun 2003 23:09:58 -0000 1.32 @@ -335,9 +335,7 @@ wxMenuBar *menuBar = new wxMenuBar(); -#ifndef __WXMAC__ menuBar->Append(fileMenu, _T("&File")); -#endif menuBar->Append(optionsMenu, _T("&Options")); SetMenuBar(menuBar); |