From: <pst...@us...> - 2008-03-30 16:09:20
|
Revision: 375 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=375&view=rev Author: pstieber Date: 2008-03-30 09:09:16 -0700 (Sun, 30 Mar 2008) Log Message: ----------- Removed "Help | About" from the tool bar. Modified Paths: -------------- trunk/jazz/src/TrackFrame.cpp Modified: trunk/jazz/src/TrackFrame.cpp =================================================================== --- trunk/jazz/src/TrackFrame.cpp 2008-03-30 15:37:16 UTC (rev 374) +++ trunk/jazz/src/TrackFrame.cpp 2008-03-30 16:09:16 UTC (rev 375) @@ -175,7 +175,6 @@ { wxID_REDO, false, redo_xpm, "redo"}, { wxID_RESET, false, panic_xpm, "all notes off"}, { wxID_HELP_CONTENTS, false, help_xpm, "help" }, - { wxID_ABOUT, false, help_xpm, "about" }, { JZToolBar::eToolBarEnd } }; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |