1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 22:28:57 +02:00

Fix obsolete comments in Menus.cpp...

... In particular, some handlers have been in Scrubbing.cpp and MenusMac.cpp
for a few versions now, so we must soften "all" to "most"
This commit is contained in:
Paul Licameli 2018-10-16 16:30:19 -04:00
parent 708cbe173e
commit a3fc5894fb

View File

@ -11,23 +11,12 @@
*******************************************************************//**
\file Menus.cpp
\brief All AudacityProject functions that provide the menus.
Implements AudacityProjectCommandFunctor.
\brief Functions that provide most of the menu actions.
This file implements the method that creates the menu bar, plus
all of the methods that get called when you select an item
most of the methods that get called when you select an item
from a menu.
All of the menu bar handling is part of the class AudacityProject,
but the event handlers for all of the menu items have been moved
to Menus.h and Menus.cpp for clarity.
*//****************************************************************//**
\class AudacityProjectCommandFunctor
\brief AudacityProjectCommandFunctor, derived from CommandFunctor,
simplifies construction of menu items.
*//****************************************************************//**
\class MenuCommandHandler