mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +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
|
\file Menus.cpp
|
||||||
\brief All AudacityProject functions that provide the menus.
|
\brief Functions that provide most of the menu actions.
|
||||||
Implements AudacityProjectCommandFunctor.
|
|
||||||
|
|
||||||
This file implements the method that creates the menu bar, plus
|
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.
|
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
|
\class MenuCommandHandler
|
||||||
|
Loading…
x
Reference in New Issue
Block a user