mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 14:18:53 +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:
parent
708cbe173e
commit
a3fc5894fb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user